From 24094e288f7cc90f8d439b26251c1a308ba25f6a Mon Sep 17 00:00:00 2001 From: mikeaag Date: Tue, 3 Jul 2018 08:54:55 +0100 Subject: [PATCH] Fix typo in popover directive documentation --- src/directives/popover/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/directives/popover/README.md b/src/directives/popover/README.md index 98722db914f..5eb28d53b50 100644 --- a/src/directives/popover/README.md +++ b/src/directives/popover/README.md @@ -227,7 +227,7 @@ a focus change via pressing the TAB 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