diff --git a/developer_manual/general/codingguidelines.rst b/developer_manual/general/codingguidelines.rst index eeeef1dd5..a0f2632fb 100644 --- a/developer_manual/general/codingguidelines.rst +++ b/developer_manual/general/codingguidelines.rst @@ -250,7 +250,7 @@ with ``Data``. JavaScript ---------- -In general take a look at `JSLint `_ without the whitespace rules. +In general take a look at `JSLint `_ without the whitespace rules. * Use a :file:`js/main.js` or :file:`js/app.js` where your program is started * Complete every statement with a **;**