From: Michael Webb Date: Thu, 10 Aug 2017 11:24:51 +0000 (-0500) Subject: Fix various typos in documentation (#1035) X-Git-Tag: 0.5.2~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=306253b81ddae0050b70f84477152c2e85b0af58;p=thirdparty%2Fbulma.git Fix various typos in documentation (#1035) * Fixing various grammatical errors in /index.html * fixed "add your own colors" thing * Fixed grammatical errors on various documentation pages * Update documentation.html * Update tiles.html * Update tiles.html * fixing footer * Update hero * Update index.html * Update index.html * Removed change in classes --- diff --git a/docs/_layouts/documentation.html b/docs/_layouts/documentation.html index aaa1fa7dc..00730ab70 100644 --- a/docs/_layouts/documentation.html +++ b/docs/_layouts/documentation.html @@ -67,8 +67,7 @@ route: documentation

This page is open source. - Noticed a typo? - Or something unclear? + Noticed a typo? Or something unclear? Improve this page on GitHub diff --git a/docs/documentation/grid/tiles.html b/docs/documentation/grid/tiles.html index 84bec57ef..20a38604b 100644 --- a/docs/documentation/grid/tiles.html +++ b/docs/documentation/grid/tiles.html @@ -15,7 +15,7 @@ doc-subtab: tiles


-

To build intricate 2-dimensional, you only need a single element: the tile:

+

To build intricate 2-dimensional layouts, you only need a single element: the tile:

{% highlight html %} @@ -341,7 +341,7 @@ tile is-ancestor
-

You can however nest tiles more deeply than that, and mix it up!

+

You can, however, nest tiles deeper than that, and mix it up!

{% highlight markdown %} tile is-ancestor | diff --git a/docs/documentation/layout/footer.html b/docs/documentation/layout/footer.html index 3ff0a9c6a..ba0e739e2 100644 --- a/docs/documentation/layout/footer.html +++ b/docs/documentation/layout/footer.html @@ -11,7 +11,7 @@ doc-subtab: footer

Footer

- A simple responsive footer which can include anything: lists, headings, columns, icons, buttons... + A simple responsive footer which can include anything: lists, headings, columns, icons, buttons, etc.

diff --git a/docs/documentation/layout/hero.html b/docs/documentation/layout/hero.html index cfa0cb5a0..6a80795ee 100644 --- a/docs/documentation/layout/hero.html +++ b/docs/documentation/layout/hero.html @@ -52,7 +52,7 @@ doc-subtab: hero

Colors

- As with buttons, you can choose one of the 7 different colors + As with buttons, you can choose one of the 7 different colors:

diff --git a/docs/documentation/overview/colors.html b/docs/documentation/overview/colors.html index 350715802..5b16d81b5 100644 --- a/docs/documentation/overview/colors.html +++ b/docs/documentation/overview/colors.html @@ -121,7 +121,7 @@ shades:

Colors

-

The colors that style all Bulma elements and components

+

The colors that style most Bulma elements and components


diff --git a/docs/documentation/overview/customize.html b/docs/documentation/overview/customize.html index b5ebc8a8d..bd955d685 100644 --- a/docs/documentation/overview/customize.html +++ b/docs/documentation/overview/customize.html @@ -66,7 +66,7 @@ $family-primary: $family-serif Set your variables

- Add your own colors, set new fonts, override Bulma styles... + Add your own colors, set new fonts, override Bulma's default styles...

{% highlight sass %}{{ sass }}{% endhighlight %} diff --git a/docs/index.html b/docs/index.html index 002796282..6166c1232 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,7 +57,7 @@ route: index

Responsive

-

Designed for mobile-first

+

Designed for mobile first

@@ -201,7 +201,7 @@ route: index Magic tiles -

A single element for a Metro UI CSS grid

+

A single element for a Metro UI-style CSS grid

@@ -518,7 +518,7 @@ route: index - Check the Docs + Check the docs