From 0af1095fe3e39c06f4c5ced0db2c63a21c397b17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 23 Mar 2013 19:35:04 +0100 Subject: [PATCH] Fix typos in CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15b1e6e729..cb207e8691 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,8 +16,8 @@ Files Formatting ---------- - Tabs MUST be used for indentation, you HAVE TO use a tab size of 8 - - empty lines MUST be indentated as deep as the previos line -- All identifiers and comments MUST be written in englisch language + - empty lines MUST be indentated as deep as the previous line +- All identifiers and comments MUST be written in English - PHP - The closing PHP tag MUST be omitted - Every file MUST end with a newline character (\n) @@ -35,4 +35,4 @@ We are running [PHP Codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) t $ phpcs -p --extensions=php --standard="`pwd`/CodeSniff/WCF" . ``` 3. Fix any errors -4. Repeat until no more errors show up \ No newline at end of file +4. Repeat until no more errors show up -- 2.20.1