]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Corrected grammatical error ! 9944/head
authorharry <harmanmanchanda182@gmail.com>
Mon, 10 Apr 2017 18:02:33 +0000 (23:32 +0530)
committerharry <harmanmanchanda182@gmail.com>
Mon, 10 Apr 2017 18:02:33 +0000 (23:32 +0530)
docs/pages/button.md

index 1bc0abf1ed4f2c4a905fcd6daaddfe9aa555671a..81b33574577004bad3a1870000881813773e45d6 100644 (file)
@@ -130,7 +130,7 @@ The `.disabled` class will give buttons a faded appearance. The class is a purel
 <button type="button" class="button warning" disabled>Disabled</button>
 ```
 
-Alternatively, you can also disable hollow buttons.
+Alternatively, you can also use disabled hollow buttons.
 
 ```html_example
 <a class="button hollow disabled" href="#" aria-disabled>Disabled</a>