From f54dac8fc3d8bd4c59a66364ab4d021fda84c841 Mon Sep 17 00:00:00 2001 From: Jed Northridge Date: Sat, 28 Mar 2015 16:28:41 -0400 Subject: [PATCH 1/2] Removed unnecessary word --- docs/blankslate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blankslate.md b/docs/blankslate.md index 6458c2bb0e..ad40f6b740 100644 --- a/docs/blankslate.md +++ b/docs/blankslate.md @@ -3,7 +3,7 @@ layout: page title: Blankslate --- -Blankslates inform are for when there is a lack of content within a page or section. Use them as placeholders to tell users why something isn't there. Be sure to provide an action to add content as well. +Blankslates are for when there is a lack of content within a page or section. Use them as placeholders to tell users why something isn't there. Be sure to provide an action to add content as well. ## Contents From 44ff83edfae1bb903fba7ebca40a51e8c2ef87d9 Mon Sep 17 00:00:00 2001 From: Jed Northridge Date: Sat, 28 Mar 2015 16:32:16 -0400 Subject: [PATCH 2/2] It's -> its when appropriate --- docs/blankslate.md | 2 +- docs/guidelines.md | 2 +- docs/nav.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/blankslate.md b/docs/blankslate.md index ad40f6b740..1b54104e50 100644 --- a/docs/blankslate.md +++ b/docs/blankslate.md @@ -37,7 +37,7 @@ When it helps the message, include `.mega-octicon`s as the first elements in the ## Variations -Add an additional optional class to the `.blankslate` to change it's appearance. +Add an additional optional class to the `.blankslate` to change its appearance. ### Fixed width diff --git a/docs/guidelines.md b/docs/guidelines.md index 0089991f66..39006a9683 100644 --- a/docs/guidelines.md +++ b/docs/guidelines.md @@ -191,7 +191,7 @@ Here, we have two desktop bundles to support IE9's maximum selector limit per CS ### Including (S)CSS files -Use [Sprockets](https://github.com/sstephenson/sprockets) to **require** files. However, you should explicitly **import** any scss that does not generate styles (`globals/`) in the particular SCSS file you'll be needing it's helpers in. Here's a good example: +Use [Sprockets](https://github.com/sstephenson/sprockets) to **require** files. However, you should explicitly **import** any scss that does not generate styles (`globals/`) in the particular SCSS file you'll be needing its helpers in. Here's a good example: {% highlight scss %} //= require_tree ./plugins diff --git a/docs/nav.md b/docs/nav.md index e3703054f4..ec3770cf4e 100644 --- a/docs/nav.md +++ b/docs/nav.md @@ -118,7 +118,7 @@ Additional bits of text and links can be styled for optimal placement with `.tab ## Filter list -A vertical list of filters. Grey text on white background. Selecting a filter from the list will fill it's background with blue and make the text white. +A vertical list of filters. Grey text on white background. Selecting a filter from the list will fill its background with blue and make the text white. {% example html %}