From 4ac09f406ee8b24c085f701bc5aa71445a749c1a Mon Sep 17 00:00:00 2001 From: Alwayslearnedstuff Date: Sun, 6 Aug 2017 11:22:45 -0400 Subject: [PATCH] Handful of grammar edits removing unnecessary articles (e.g. 'a' 'the') (#1027) --- docs/alternative-to-bootstrap.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/alternative-to-bootstrap.html b/docs/alternative-to-bootstrap.html index 1e947b17..99e9089c 100644 --- a/docs/alternative-to-bootstrap.html +++ b/docs/alternative-to-bootstrap.html @@ -36,11 +36,11 @@ bootstrap: - type: "bootstrap" icon: "internet-explorer" title: "Internet Explorer compatibility" - content: "While 90% of Bulma works in IE11, Bootstrap has a better **compatibility** with this browser." + content: "While 90% of Bulma works in IE11, Bootstrap has better **compatibility** with this browser." - type: "bootstrap" icon: "list" title: "Additional elements" - content: "Bootstrap has a some **elements** like the [list group](http://getbootstrap.com/components/#list-group), [wells](http://getbootstrap.com/components/#wells), or the [page header](http://getbootstrap.com/components/#page-header) that Bulma doesn't have." + content: "Bootstrap has some **elements** like [list group](http://getbootstrap.com/components/#list-group), [wells](http://getbootstrap.com/components/#wells), or [page header](http://getbootstrap.com/components/#page-header) that Bulma doesn't have." ---