From e7baba956a547ade7c134299d3ab7e7225ab1594 Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Sat, 21 Nov 2020 16:00:32 +0530 Subject: [PATCH] Fix typos --- site/content/docs/4.5/components/popovers.md | 2 +- site/content/docs/4.5/components/tooltips.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/4.5/components/popovers.md b/site/content/docs/4.5/components/popovers.md index 9f87c6e4e5a0..8ae9a4d55f44 100644 --- a/site/content/docs/4.5/components/popovers.md +++ b/site/content/docs/4.5/components/popovers.md @@ -274,7 +274,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn` and `whiteList` opti string | function '' -

Add classes to the popover when it is shown. Note that these classes will be added in addition to any classes specified in the template. To add mutiple classes, separate them with spaces: 'a b'.

+

Add classes to the popover when it is shown. Note that these classes will be added in addition to any classes specified in the template. To add multiple classes, separate them with spaces: 'a b'.

You can also pass a function that should return a single string containing additional class names.

diff --git a/site/content/docs/4.5/components/tooltips.md b/site/content/docs/4.5/components/tooltips.md index ca0e2b870c4f..576f8274a117 100644 --- a/site/content/docs/4.5/components/tooltips.md +++ b/site/content/docs/4.5/components/tooltips.md @@ -255,7 +255,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn` and `whiteList` opti string | function '' -

Add classes to the popover when it is shown. Note that these classes will be added in addition to any classes specified in the template. To add mutiple classes, separate them with spaces: 'a b'.

+

Add classes to the tooltip when it is shown. Note that these classes will be added in addition to any classes specified in the template. To add multiple classes, separate them with spaces: 'a b'.

You can also pass a function that should return a single string containing additional class names.