Skip to content

Commit

Permalink
docs(NavDropdown): correct minor spelling error in example (#6689)
Browse files Browse the repository at this point in the history
  • Loading branch information
HagenGaryP committed Sep 7, 2023
1 parent fe72dc3 commit 7a02a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/examples/Navbar/Collapsible.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function CollapsibleExample() {
<Nav className="me-auto">
<Nav.Link href="#features">Features</Nav.Link>
<Nav.Link href="#pricing">Pricing</Nav.Link>
<NavDropdown title="Dropdown" id="collasible-nav-dropdown">
<NavDropdown title="Dropdown" id="collapsible-nav-dropdown">
<NavDropdown.Item href="#action/3.1">Action</NavDropdown.Item>
<NavDropdown.Item href="#action/3.2">
Another action
Expand Down

0 comments on commit 7a02a4b

Please sign in to comment.