diff options
Diffstat (limited to 'docs/4.1/components')
| -rw-r--r-- | docs/4.1/components/dropdowns.md | 2 | ||||
| -rw-r--r-- | docs/4.1/components/popovers.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.1/components/dropdowns.md b/docs/4.1/components/dropdowns.md index 191cae9f6..7b2be36fe 100644 --- a/docs/4.1/components/dropdowns.md +++ b/docs/4.1/components/dropdowns.md @@ -827,7 +827,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap <td>display</td> <td>string</td> <td>'dynamic'</td> - <td>By default, we use Popper.js for dynamic positioning. Disable this with `static`.</td> + <td>By default, we use Popper.js for dynamic positioning. Disable this with <code>static</code>.</td> </tr> </tbody> </table> diff --git a/docs/4.1/components/popovers.md b/docs/4.1/components/popovers.md index f781c7162..874509306 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> |
