Merge pull request #62 from hyouuu/master

Typo
This commit is contained in:
Tanner 2016-10-24 16:33:50 -04:00 committed by GitHub
commit 3976f10816
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ extension UserController: ResourceRepresentable {
Conforming `UserController` to `ResourceRepresentable` requires that the signatures of the `index` and `show` methods match what the `Resource<User>` is expecting.
Here is a peak into the `Resource` class.
Here is a peek into the `Resource` class.
```swift
final class Resource<Model: StringInitializable> {