Merge pull request #5966 from fulldecent/patch-1
Merge pull request 5966
This commit is contained in:
commit
ac1369c22c
|
@ -137,7 +137,7 @@ module Jekyll
|
|||
SafeYAML.load_file(filename) || {}
|
||||
else
|
||||
raise ArgumentError, "No parser for '#{filename}' is available.
|
||||
Use a .toml or .y(a)ml file instead."
|
||||
Use a .y(a)ml or .toml file instead."
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue