From 306253b81ddae0050b70f84477152c2e85b0af58 Mon Sep 17 00:00:00 2001 From: Michael Webb Date: Thu, 10 Aug 2017 06:24:51 -0500 Subject: [PATCH] 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 --- docs/_layouts/documentation.html | 3 +-- docs/documentation/grid/tiles.html | 4 ++-- docs/documentation/layout/footer.html | 2 +- docs/documentation/layout/hero.html | 2 +- docs/documentation/overview/colors.html | 2 +- docs/documentation/overview/customize.html | 2 +- docs/index.html | 6 +++--- 7 files changed, 10 insertions(+), 11 deletions(-) diff --git a/docs/_layouts/documentation.html b/docs/_layouts/documentation.html index aaa1fa7d..00730ab7 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 84bec57e..20a38604 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 3ff0a9c6..ba0e739e 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 cfa0cb5a..6a80795e 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 35071580..5b16d81b 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 b5ebc8a8..bd955d68 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 00279628..6166c123 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