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
commit b7bf19ff31
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( print_feature_element_name(
keyword, name, source_line, indend keyword, name, source_line, indent
) )
end end