Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #37 from ka7/feature/spelling
Browse files Browse the repository at this point in the history
spelling fixes
  • Loading branch information
weierophinney committed Jan 25, 2018
2 parents c9a84eb + 6e98d08 commit 05115ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/RouteMatcher/DefaultRouteMatcherTest.php
Expand Up @@ -631,7 +631,7 @@ public static function routeProvider()
'baz' => true
]
],
// group with group name diferent than options (short)
// group with group name different than options (short)
'group-1' => [
'group [-t|--test]:testgroup',
['group', '-t'],
Expand All @@ -640,7 +640,7 @@ public static function routeProvider()
'testgroup' => true,
]
],
// group with group name diferent than options (long)
// group with group name different than options (long)
'group-2' => [
'group [-t|--test]:testgroup',
['group', '--test'],
Expand Down

0 comments on commit 05115ff

Please sign in to comment.