Skip to content

Commit

Permalink
Merge pull request github-changelog-generator#626 from sue445/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
skywinder authored Apr 16, 2018
2 parents 3ed2fae + b785ce6 commit 80e5e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github_changelog_generator/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module GitHubChangelogGenerator
# This class wraps Options, and knows a list of known options. Others options
# will raise exceptions.
class Options < SimpleDelegator
# Raised on intializing with unknown keys in the values hash,
# Raised on initializing with unknown keys in the values hash,
# and when trying to store a value on an unknown key.
UnsupportedOptionError = Class.new(ArgumentError)

Expand Down

0 comments on commit 80e5e8f

Please sign in to comment.