Skip to content

Commit afa971d

Browse files
mikeaagmosinve
authored andcommitted
Fix typo in popover directive documentation (bootstrap-vue#1918)
1 parent 9a21e7e commit afa971d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/popover/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ a focus change via pressing the <kbd>TAB</kbd> key). Some call this behavior _se
227227
## Heading and content
228228
There are several options for provising the title and content of a popover.
229229

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

0 commit comments

Comments
 (0)