summaryrefslogtreecommitdiff
path: root/docs/guide/components/info-tooltip/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide/components/info-tooltip/index.md')
-rw-r--r--docs/guide/components/info-tooltip/index.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/guide/components/info-tooltip/index.md b/docs/guide/components/info-tooltip/index.md
index b6117924..4b6416c9 100644
--- a/docs/guide/components/info-tooltip/index.md
+++ b/docs/guide/components/info-tooltip/index.md
@@ -4,15 +4,12 @@ The `InfoTooltip` is a custom component that uses a Bootstrap-vue tooltip with
an info icon. This custom component requires a title property containing the
tooltip text to display to the user.
-[Read more about the Bootstrap-vue tooltip
-component](https://bootstrap-vue.org/docs/components/tooltip)
+[Read more about the Bootstrap-vue tooltip component](https://bootstrap-vue.org/docs/components/tooltip)
## Example
```vue
-<info-tooltip
- :title="Title" //should be translated
-/>
+<info-tooltip :title="Title" //should be translated />
```
![Tooltip example](./info-tooltip.png)