From: XhmikosR Date: Tue, 5 Jun 2018 12:21:40 +0000 (+0300) Subject: Fix markdown code inside HTML code. (#26662) X-Git-Tag: v4.1.2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abf5ab7546bca42d68f4a4fee54c0c74821e6fbe;p=thirdparty%2Fbootstrap.git Fix markdown code inside HTML code. (#26662) --- diff --git a/docs/4.1/components/dropdowns.md b/docs/4.1/components/dropdowns.md index 191cae9f6e..7b2be36fe4 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 display string 'dynamic' - By default, we use Popper.js for dynamic positioning. Disable this with `static`. + By default, we use Popper.js for dynamic positioning. Disable this with static. 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 trigger string 'click' - 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. + 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. offset diff --git a/docs/4.1/utilities/shadows.md b/docs/4.1/utilities/shadows.md index 54409b5edf..5e8f5a8901 100644 --- a/docs/4.1/utilities/shadows.md +++ b/docs/4.1/utilities/shadows.md @@ -1,7 +1,7 @@ --- layout: docs title: Shadows -description: Add or remove shadows to elements with `box-shadow` utilities. +description: Add or remove shadows to elements with box-shadow utilities. group: utilities toc: false ---