Skip to content

Commit

Permalink
Fix typos (#32247)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit2sharma95 committed Nov 24, 2020
1 parent 6f58383 commit 22168e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/4.5/components/popovers.md
Expand Up @@ -274,7 +274,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn` and `whiteList` opti
<td>string | function</td>
<td>''</td>
<td>
<p>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: <code>'a b'</code>.</p>
<p>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: <code>'a b'</code>.</p>
<p>You can also pass a function that should return a single string containing additional class names.</p>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/4.5/components/tooltips.md
Expand Up @@ -255,7 +255,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn` and `whiteList` opti
<td>string | function</td>
<td>''</td>
<td>
<p>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: <code>'a b'</code>.</p>
<p>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: <code>'a b'</code>.</p>
<p>You can also pass a function that should return a single string containing additional class names.</p>
</td>
</tr>
Expand Down

0 comments on commit 22168e9

Please sign in to comment.