Skip to content

Commit e0063ba

Browse files
authored
Merge pull request #569 from kenman345/patch-1
fixes misspelled word
2 parents 3e28e2c + 97af636 commit e0063ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github-pages/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def configure_plugins(config)
163163
# Ensure we have those gems we want.
164164
config["plugins"] = Array(config["plugins"]) | DEFAULT_PLUGINS
165165

166-
# To minimize erorrs, lazy-require jekyll-remote-theme if requested by the user
166+
# To minimize errors, lazy-require jekyll-remote-theme if requested by the user
167167
config["plugins"].push("jekyll-remote-theme") if config.key? "remote_theme"
168168

169169
return unless development?

0 commit comments

Comments
 (0)