From f7eb5f9b3298f4384dd00076d2a04f013a244f7a Mon Sep 17 00:00:00 2001 From: Daniel Opitz Date: Wed, 2 Aug 2017 09:50:04 +0200 Subject: fixed camelCase and PascalCase as their meaning was inverted (#208) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') 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 -- cgit v1.2.3