From da4370e5daf526ff49765308ec171500c1c5289e Mon Sep 17 00:00:00 2001 From: rummik Date: Mon, 26 Oct 2015 10:28:43 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20a=20typo=20(indention=20=E2=86=92=20inden?= =?UTF-8?q?tation)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index cce608b..1fd3020 100644 --- a/Readme.md +++ b/Readme.md @@ -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) @@ -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.