Fix typos in CONTRIBUTING.md
authorTim Düsterhus <timwolla@googlemail.com>
Sat, 23 Mar 2013 18:35:04 +0000 (19:35 +0100)
committerTim Düsterhus <timwolla@googlemail.com>
Sat, 23 Mar 2013 18:35:04 +0000 (19:35 +0100)
CONTRIBUTING.md

index 15b1e6e7292b605efd9528c72ecd3893ff9b9e72..cb207e869133cf6c43d40c97579216b56274e0ed 100644 (file)
@@ -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