From b785ce6cef549f75df2a486c6b0ace18ede8f72f Mon Sep 17 00:00:00 2001 From: sue445 Date: Thu, 22 Feb 2018 23:56:02 +0900 Subject: [PATCH] Fix typo --- lib/github_changelog_generator/options.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github_changelog_generator/options.rb b/lib/github_changelog_generator/options.rb index f7ff5c672..493835c00 100644 --- a/lib/github_changelog_generator/options.rb +++ b/lib/github_changelog_generator/options.rb @@ -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)