Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ricdevz committed May 13, 2016
1 parent 3fb7474 commit fe13180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/js/ace/mode-fbp.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var ShHighlightRules = function() {
"keyword": reservedKeywords,
"support.function.builtin": languageConstructs,
"invalid.deprecated": "debugger",
"paramters": "param"
"parameters": "param"
}, "identifier");

var integer = "(?:(?:[1-9]\\d*)|(?:0))";
Expand Down
2 changes: 1 addition & 1 deletion server/nodetypes/nodetypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var functions = {
*
* @param path: string
*
* @return BOOLEAN: true - Path is setted
* @return BOOLEAN: true - Path is set
* false - Something went wrong
*/
setNodeTypesPath: function (path) {
Expand Down

0 comments on commit fe13180

Please sign in to comment.