diff --git a/lib/gollum/public/gollum/javascript/editor/modes.js.erb b/lib/gollum/public/gollum/javascript/editor/modes.js.erb index 0f3ab19f..e47a0139 100644 --- a/lib/gollum/public/gollum/javascript/editor/modes.js.erb +++ b/lib/gollum/public/gollum/javascript/editor/modes.js.erb @@ -129,7 +129,7 @@ rdoc_rules = default_rules.dup rdoc_rules[:path] = 'ace/mode/rdoc_highlight_rules' rdoc_rules[:rule_name] = 'RDocHighlightRules' -# Create set of extended rules for markups that don't have their own Ace mode, based on the default 'text' highligter. +# Create set of extended rules for markups that don't have their own Ace mode, based on the default 'text' highlighter. text_rules = default_rules.dup text_rules[:path] = 'ace/mode/text_highlight_rules' text_rules[:rule_name] = 'TextHighlightRules'