Skip to content

Commit

Permalink
Merge pull request #22 from orta/patch-1
Browse files Browse the repository at this point in the history
[minor] readme update
  • Loading branch information
michaelengland committed May 30, 2014
2 parents c9e6a45 + 44caebf commit 86172ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SpecBegin(SomeClass)
});
```

This is OK for a while, but we realise then that we need multiple sligtly different fixtures for different tests. The ModelFixtures class then ends up littered with extra methods to help like this:
This is OK for a while, but we realise then that we need multiple slightly different fixtures for different tests. The `ModelFixtures` class then ends up littered with extra methods to help like this:

```objective-c
@interface ModelFixtures : NSObject
Expand Down

0 comments on commit 86172ab

Please sign in to comment.