Skip to content

Commit

Permalink
Merge pull request #81 from rummik/indentation-typo
Browse files Browse the repository at this point in the history
Fix a typo (indention → indentation)
  • Loading branch information
Kent C. Dodds committed Oct 26, 2015
2 parents 3d4db19 + da4370e commit d8b04bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ according to your preferences.
## Table of contents

### Formatting
* [2 Spaces for indention](#2-spaces-for-indention)
* [2 Spaces for indentation](#2-spaces-for-indentation)
* [Newlines](#newlines)
* [No trailing whitespace](#no-trailing-whitespace)
* [Use Semicolons](#use-semicolons)
Expand Down Expand Up @@ -59,7 +59,7 @@ according to your preferences.
## Formatting


### 2 Spaces for indention
### 2 Spaces for indentation

Use 2 spaces for indenting your code and swear an oath to never mix tabs and
spaces - a special kind of hell is awaiting you otherwise.
Expand Down

0 comments on commit d8b04bf

Please sign in to comment.