Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few typo fixes #75

Merged
merged 2 commits into from
Mar 29, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/blankslate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/nav.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
<ul class="filter-list">
Expand Down