Fixed a typo
Fixed a typo from indend to indent. Just making the code more readable.
This commit is contained in:
parent
53d6b91fc8
commit
2d8a228b59
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue