diff --git a/2.0/docs/routing/collection.md b/2.0/docs/routing/collection.md index 5679f3fe..349321e2 100644 --- a/2.0/docs/routing/collection.md +++ b/2.0/docs/routing/collection.md @@ -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()