Merge pull request #569 from kenman345/patch-1

fixes misspelled word
This commit is contained in:
Ben Balter 2018-06-19 14:54:41 -04:00 коммит произвёл GitHub
Родитель 3e28e2cf04 97af63641f
Коммит e0063bacf2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -163,7 +163,7 @@ module GitHubPages
# Ensure we have those gems we want.
config["plugins"] = Array(config["plugins"]) | DEFAULT_PLUGINS
# To minimize erorrs, lazy-require jekyll-remote-theme if requested by the user
# To minimize errors, lazy-require jekyll-remote-theme if requested by the user
config["plugins"].push("jekyll-remote-theme") if config.key? "remote_theme"
return unless development?