We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e28e2c + 97af636 commit e0063baCopy full SHA for e0063ba
lib/github-pages/configuration.rb
@@ -163,7 +163,7 @@ def configure_plugins(config)
163
# Ensure we have those gems we want.
164
config["plugins"] = Array(config["plugins"]) | DEFAULT_PLUGINS
165
166
- # 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
167
config["plugins"].push("jekyll-remote-theme") if config.key? "remote_theme"
168
169
return unless development?
0 commit comments