summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDaniel Opitz <danopz@users.noreply.github.com>2017-08-02 09:50:04 +0200
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2017-08-02 09:50:04 +0200
commitf7eb5f9b3298f4384dd00076d2a04f013a244f7a (patch)
tree912efb010628abde103381229c084b1cf93a670f /CONTRIBUTING.md
parente3dbfe761cb8a12fd312e7827e31c44837627c6a (diff)
fixed camelCase and PascalCase as their meaning was inverted (#208)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bcf14f3c1..e14b07828 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -130,5 +130,5 @@ We usually hang out on **irc.freenode.net** in the **#nextcloud-news** and **#ne
```
* Place a space before and after the parameter block for if, else, for, foreach, function
-* Everything should be in pascalCase except classes which should be in CamelCase
+* Everything should be in camelCase except classes which should be in PascalCase
* For linting JavaScript, a [jshint file](https://github.com/nextcloud/news/blob/master/js/.jshintrc) is used that is run before compiling the JavaScript