Merge pull request #4867 from dudepare/master

Fixed a typo
This commit is contained in:
Jordon Bedwell
2016-05-05 03:32:51 -05:00

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