Skip to content

Commit

Permalink
Fixed typo in InjectionErrorSpecs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewind committed Apr 7, 2011
1 parent dbe6ff0 commit b77400b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specs/InjectionErrorsSpecs.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[Objection setGlobalInjector:injector];
});

it(@"throws an exception if property type if not an object", ^{
it(@"throws an exception if property type is not an object", ^{
@try {
[[Objection globalInjector] getObject:[UnsupportedPropertyObject class]];
fail(@"Should have thrown an exception");
Expand Down

0 comments on commit b77400b

Please sign in to comment.