]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typos (#32247)
authorRohit Sharma <rohit2sharma95@gmail.com>
Tue, 24 Nov 2020 13:58:47 +0000 (19:28 +0530)
committerGitHub <noreply@github.com>
Tue, 24 Nov 2020 13:58:47 +0000 (15:58 +0200)
site/content/docs/4.5/components/popovers.md
site/content/docs/4.5/components/tooltips.md

index 9f87c6e4e5a0eeccff3bb2e5b96bdd074c5c3520..8ae9a4d55f44e3b435a70b4aa4e7ac0f8354d3c0 100644 (file)
@@ -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>
index ca0e2b870c4f4f5bf1176607522627507a0c19f8..576f8274a117b4f117407e22562cfc4c08365c8e 100644 (file)
@@ -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>