From: harry Date: Tue, 7 Feb 2017 15:26:58 +0000 (+0530) Subject: Some more Correction in the docs. X-Git-Tag: v6.4.0-rc1~23^2~20^2~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acecc6dc55b7e03eb520d0c3832f81c1edfb66f2;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Some more Correction in the docs. --- diff --git a/docs/pages/prototyping.md b/docs/pages/prototyping.md index 9b8f642d8..a82a726ca 100644 --- a/docs/pages/prototyping.md +++ b/docs/pages/prototyping.md @@ -79,7 +79,7 @@ These `.rounded` classes helps to make an element round its corners. This will h ## Font Styling -You can use font styling to style a text. You can change the font styling by adding `font-normal`, `font-bold`, `font-italic` to an element. You can also wider the text of an element with `font-wide`. +You can use font styling to style your text. You can change the font styling by adding `font-normal`, `font-bold`, `font-italic` to an element. You can also wider the text of an element with `font-wide`. ```html_example

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

@@ -365,7 +365,7 @@ Generate spaces around the content with these easy to use padding classes. By de ## Sizing -These width and height classes helps you to easily make an element as wide or as tall as per your need relative to its parent. By default it supports `25%`, `50%`, `75%` and `100%`. You can add more sizes though, through Sass Variables. +These width and height classes helps you to easily make an element as wide or as tall as per your need relative to its parent. By default it only supports `25%`, `50%`, `75%` and `100%`. You can add more sizes though, through Sass Variables. #### Width