Skip to content

Commit 97af636

Browse files
authored
fixes mispelt word
Always fun when you get to correct an error in spelling error.... :-D
1 parent 3e28e2c commit 97af636

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)