Skip to content

Commit

Permalink
Merge pull request jekyll#5966 from fulldecent/patch-1
Browse files Browse the repository at this point in the history
Merge pull request 5966
  • Loading branch information
jekyllbot committed Mar 20, 2017
2 parents 0f0ac6f + f934533 commit ac1369c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jekyll/configuration.rb
Expand Up @@ -137,7 +137,7 @@ def safe_load_file(filename)
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

Expand Down

0 comments on commit ac1369c

Please sign in to comment.