Skip to content

Commit

Permalink
Merge pull request Quick#683 from pedrovereza/typo-shared-examples
Browse files Browse the repository at this point in the history
Fixes typo in SharedExamples.md
  • Loading branch information
marciok authored Jan 26, 2017
2 parents c014348 + 030bf7c commit 8b6dc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/en-us/SharedExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ beforeEach(^{
mackerel = [[Mackerel alloc] init];
});

itBehavesLike(@"someting edible", ^{ return @{ @"edible": mackerel }; });
itBehavesLike(@"something edible", ^{ return @{ @"edible": mackerel }; });

QuickSpecEnd

Expand All @@ -92,7 +92,7 @@ beforeEach(^{
cod = [[Cod alloc] init];
});

itBehavesLike(@"someting edible", ^{ return @{ @"edible": cod }; });
itBehavesLike(@"something edible", ^{ return @{ @"edible": cod }; });

QuickSpecEnd
```
Expand Down

0 comments on commit 8b6dc66

Please sign in to comment.