Skip to content

Commit

Permalink
fix typo in docs (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Jan 28, 2018
1 parent 11484b3 commit c927377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Use `<b-nav-item-dropdown>` to place dropdown items within your nav.
<!-- nav-dropdown.vue -->
```

Sometimes you want to add your own class names to the generated dropdown toggle button, that by default has
Sometimes you want to add your own class names to the generated dropdown toggle button, that by default have
the classes `nav-link` and `dropdown-toggle`. Use the `extra-toggle-classes` prop to add them (like above) which
will produce something like:

Expand Down

0 comments on commit c927377

Please sign in to comment.