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:
parent
73dcf00c1f
commit
656ab0dfc9
1 changed files with 1 additions and 1 deletions
|
@ -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}>)
|
||||
|
|
Loading…
Reference in a new issue