Skip to content

Fix typo in popover directive documentation #1918

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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