From acecc6dc55b7e03eb520d0c3832f81c1edfb66f2 Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 7 Feb 2017 20:56:58 +0530 Subject: [PATCH] Some more Correction in the docs. --- docs/pages/prototyping.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2