Fixed a typo

Fixed a typo from indend to indent. Just making the code more readable.
This commit is contained in:
Andrew Artajos 2016-05-05 09:14:03 +10:00
parent 53d6b91fc8
commit 2d8a228b59
1 changed files with 2 additions and 2 deletions

View File

@ -82,9 +82,9 @@ module Jekyll
#
def background_name(keyword, name, source_line, indend)
def background_name(keyword, name, source_line, indent)
print_feature_element_name(
keyword, name, source_line, indend
keyword, name, source_line, indent
)
end