1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Fix typo

This commit is contained in:
Akshay Vishnoi 2015-12-22 03:06:35 +05:30
parent 73dcf00c1f
commit 656ab0dfc9

View file

@ -16,7 +16,7 @@ HTML
end
def header(text, header_level)
# Always increase the heading level by, so we can use h1, h2 heading in the document
# Always increase the heading level by 1, so we can use h1, h2 heading in the document
header_level += 1
%(<h#{header_level}>#{text}</h#{header_level}>)