mirror of https://github.com/vapor/docs.git
Merge pull request #276 from Jimmerz28/patch-3
Fix typo in `collection.md`
This commit is contained in:
commit
a7cee2f93c
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue