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
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 4ca2237841..0ee4e07c05 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>