From: Tim Düsterhus Date: Sat, 23 Mar 2013 18:35:04 +0000 (+0100) Subject: Fix typos in CONTRIBUTING.md X-Git-Tag: 2.0.0_Beta_1~413^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0af1095fe3e39c06f4c5ced0db2c63a21c397b17;p=GitHub%2FWoltLab%2FWCF.git Fix typos in CONTRIBUTING.md --- 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