From b5cad21cfccadcea59b89d1f8068b0fb642c4eab Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Tue, 16 Sep 2014 17:31:14 +0200 Subject: [PATCH] Fixed typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf1d954..6faff3d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,4 +34,4 @@ Please follow the conventions already established in the code. - **Comments**:
Please use single-line comments to annotate significant additions. Use `#` for comments in PHP; `//` for comments in JS and CSS. -Merge you changes when the forked branch has been updated in the meanwhile. Make sure your code is 100% working before creating a Pull-Request on GitHub. \ No newline at end of file +Merge your changes when the forked branch has been updated in the meanwhile. Make sure your code is 100% working before creating a Pull-Request on GitHub.