mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-10 07:28:07 -05:00
Fixed a typo
Fixed a typo from indend to indent. Just making the code more readable.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user