diff options
| author | XhmikosR <[email protected]> | 2018-06-05 15:21:40 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-06-05 15:21:40 +0300 |
| commit | abf5ab7546bca42d68f4a4fee54c0c74821e6fbe (patch) | |
| tree | 7ffa65327969b7f7496d32d47a990356d738d6cf /docs/4.1/components/dropdowns.md | |
| parent | 4f1bb98587411d6db16783ea116ff6d5d8f8fa49 (diff) | |
| download | bootstrap-abf5ab7546bca42d68f4a4fee54c0c74821e6fbe.tar.xz bootstrap-abf5ab7546bca42d68f4a4fee54c0c74821e6fbe.zip | |
Fix markdown code inside HTML code. (#26662)
Diffstat (limited to 'docs/4.1/components/dropdowns.md')
| -rw-r--r-- | docs/4.1/components/dropdowns.md | 2 |
1 files changed, 1 insertions, 1 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> |
