]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
More grammar corrections!
authorharry <harmanmanchanda182@gmail.com>
Wed, 31 May 2017 18:30:53 +0000 (00:00 +0530)
committerharry <harmanmanchanda182@gmail.com>
Wed, 31 May 2017 18:30:53 +0000 (00:00 +0530)
docs/pages/dropdown.md

index 8dab5ce9c6dd25f95376db61ce0a4dfc5afe0893..7f57f68d99450a5d1958cc7ed823f0d70f4104cf 100644 (file)
@@ -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.