From dc6f50beef5627d2b3085e0d2d9af5bd22440bc6 Mon Sep 17 00:00:00 2001 From: Jim Holby Date: Sat, 6 Jan 2018 21:13:34 +0100 Subject: [PATCH] Fix typo in `collection.md` Incorrect verb tense was used --- 2.0/docs/routing/collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()