Commit c700e25e authored by Chris Rebert's avatar Chris Rebert
Browse files

docs/_plugins/highlight_alt.rb: Use correct tag name in error message

parent b17008c7
Showing with 2 additions and 2 deletions
+2 -2
......@@ -30,11 +30,11 @@ module Jekyll
@options[:linenos] = "inline" if @options.key?(:linenos) and @options[:linenos] == true
else
raise SyntaxError.new <<-eos
Syntax Error in tag 'highlight' while parsing the following markup:
Syntax Error in tag 'example' while parsing the following markup:
#{markup}
Valid syntax: highlight <lang> [linenos]
Valid syntax: example <lang>
eos
end
end
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment