aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordenisname <[email protected]>2018-04-12 09:42:36 +0200
committerJohann-S <[email protected]>2018-04-12 09:42:36 +0200
commit5be2cd3d6c8b89ae14e510f2431f87eddfb0867a (patch)
tree57be9d0cadba957ef24eb70496b302bb631f2e22
parent5f546f570860c0a71da254546c059e6781b0f3b4 (diff)
downloadbootstrap-5be2cd3d6c8b89ae14e510f2431f87eddfb0867a.tar.xz
bootstrap-5be2cd3d6c8b89ae14e510f2431f87eddfb0867a.zip
Dropdowns `display` default value (#26272)
-rw-r--r--docs/4.1/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/components/dropdowns.md b/docs/4.1/components/dropdowns.md
index 4ca223784..0ee4e07c0 100644
--- a/docs/4.1/components/dropdowns.md
+++ b/docs/4.1/components/dropdowns.md
@@ -826,7 +826,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<tr>
<td>display</td>
<td>string</td>
- <td>dynamic | static</td>
+ <td>'dynamic'</td>
<td>By default, we use Popper.js for dynamic positioning. Disable this with `static`.</td>
</tr>
</tbody>