diff --git a/README.md b/README.md index f7750d8..5f3bb18 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Your project may have many local rules: * Should not use `Net::HTTP` for Web API calls, but use `HTTPClient` These local rule violations will be found during code review. -Reviewers will ask commiter to revise; commiter will fix; fine. +Reviewers will ask committer to revise; committer will fix; fine. Really? It is boring and time-consuming. We need some automation! diff --git a/test/config_test.rb b/test/config_test.rb index 10725f3..52a5156 100644 --- a/test/config_test.rb +++ b/test/config_test.rb @@ -19,7 +19,7 @@ def test_factory_config_returns_empty_config assert_equal Pathname("/foo/bar"), config.root_dir end - def test_factory_config_resturns_config_with_rules + resturns def test_factory_config_returns_config_with_rules config = Config::Factory.new( { "rules" => [ diff --git a/test/pattern_parser_test.rb b/test/pattern_parser_test.rb index 9300e91..ed4b2e1 100644 --- a/test/pattern_parser_test.rb +++ b/test/pattern_parser_test.rb @@ -173,7 +173,7 @@ def test_any_kinded assert_instance_of K::Any, pat end - def test_conditonal_kinded + def test_conditional_kinded pat = parse_kinded("foo [conditional]") assert_instance_of K::Conditional, pat refute pat.negated