diff --git a/lib/github-pages/configuration.rb b/lib/github-pages/configuration.rb index e0d1f1de..e1dc8dd4 100644 --- a/lib/github-pages/configuration.rb +++ b/lib/github-pages/configuration.rb @@ -163,7 +163,7 @@ def configure_plugins(config) # 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?