Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/4.1/components/popovers.md')
-rw-r--r--docs/4.1/components/popovers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/components/popovers.md b/docs/4.1/components/popovers.md
index f781c7162f..8745093067 100644
--- a/docs/4.1/components/popovers.md
+++ b/docs/4.1/components/popovers.md
@@ -226,7 +226,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>trigger</td>
<td>string</td>
<td>'click'</td>
- <td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. `manual` cannot be combined with any other trigger.</td>
+ <td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. <code>manual</code> cannot be combined with any other trigger.</td>
</tr>
<tr>
<td>offset</td>