From e5d33a57d9139788372959507ca10dd69da249d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 30 Apr 2014 14:50:56 -0400 Subject: [PATCH] Update style-guide.rst --- docs/contributing/style-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/style-guide.rst b/docs/contributing/style-guide.rst index e84de64648..0884121b89 100644 --- a/docs/contributing/style-guide.rst +++ b/docs/contributing/style-guide.rst @@ -23,7 +23,7 @@ NodeBB uses tabbed indentation. Bracing should follow the `One True Brace Style // otherwise ... } -Put conditionals and statements on separate lines and wrap with curly braces even if they it's just one line: +Put conditionals and statements on separate lines and wrap with curly braces even if it's just one line: .. code:: javascript @@ -73,4 +73,4 @@ CamelCase if at all possible: .. code:: javascript - functionNamesLikeThis, variableNamesLikeThis, ClassNamesLikeThis, EnumNamesLikeThis, methodNamesLikeThis, CONSTANT_VALUES_LIKE_THIS, foo.namespaceNamesLikeThis.bar, and filenameslikethis.js. \ No newline at end of file + functionNamesLikeThis, variableNamesLikeThis, ClassNamesLikeThis, EnumNamesLikeThis, methodNamesLikeThis, CONSTANT_VALUES_LIKE_THIS, foo.namespaceNamesLikeThis.bar, and filenameslikethis.js.