Merge pull request #5966 from fulldecent/patch-1

Merge pull request 5966
This commit is contained in:
jekyllbot 2017-03-20 15:21:25 -04:00 committed by GitHub
commit ac1369c22c
1 changed files with 1 additions and 1 deletions

View File

@ -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