Merge pull request #276 from Jimmerz28/patch-3

Fix typo in `collection.md`
This commit is contained in:
Tanner 2018-01-11 13:22:12 -05:00 committed by GitHub
commit a7cee2f93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class V1Collection: RouteCollection {
}
```
This class could be place in any file, and we could add it to our droplet or even another route group.
This class could be placed in any file, and we could add it to our droplet or even another route group.
```swift
let v1 = V1Collection()