Skip to content

Commit

Permalink
Fix typo in popover directive documentation (bootstrap-vue#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeaag authored and mosinve committed Jul 3, 2018
1 parent 9a21e7e commit afa971d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/directives/popover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ a focus change via pressing the <kbd>TAB</kbd> key). Some call this behavior _se
## Heading and content
There are several options for provising the title and content of a popover.

By default, popover will ue the `title` attribute of the element as the popover heading,
By default, popover will use the `title` attribute of the element as the popover heading,
and the content is passed as a string to the `v-b-popover` directive.
The title and content can also be passed as an object to `v-b-popover` in the form of
```js
Expand Down

0 comments on commit afa971d

Please sign in to comment.