From: harry Date: Wed, 31 May 2017 18:30:53 +0000 (+0530) Subject: More grammar corrections! X-Git-Tag: v6.4.0-rc1~19^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b05a847ecee2006ca03b0f01ae2d6c1f7510a7f2;p=thirdparty%2Ffoundation%2Ffoundation-sites.git More grammar corrections! --- diff --git a/docs/pages/dropdown.md b/docs/pages/dropdown.md index 8dab5ce9c..7f57f68d9 100644 --- a/docs/pages/dropdown.md +++ b/docs/pages/dropdown.md @@ -97,7 +97,7 @@ Adding `.float-right` or `.float-left` to the anchor will change the direction o ## Explicit Positioning -Won't it be great if you can define both positions at the dropdown element. Dropdown has a fully explicit positioning model through which you can use both `data-position` and `data-alignment` to define both positions of the box. +Wouldn't it be great if you can define both positions at the dropdown element. Dropdown has a fully explicit positioning model through which you can use both `data-position` and `data-alignment` to define both positions of the box. These dropdowns test various positioning and alignments. Valid positions are left/right/top/bottom. Valid alignments are left/right/top/bottom/center. Left align means left sides should line up. Right align means right sides should line up. Center align means centers should line up.