We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a21e7e commit afa971dCopy full SHA for afa971d
src/directives/popover/README.md
@@ -227,7 +227,7 @@ a focus change via pressing the <kbd>TAB</kbd> key). Some call this behavior _se
227
## Heading and content
228
There are several options for provising the title and content of a popover.
229
230
-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,
231
and the content is passed as a string to the `v-b-popover` directive.
232
The title and content can also be passed as an object to `v-b-popover` in the form of
233
```js
0 commit comments