diff --git a/routing/collection.md b/routing/collection.md index ceaf3b69..8270d8fd 100644 --- a/routing/collection.md +++ b/routing/collection.md @@ -17,7 +17,7 @@ import Routing class V1Collection: RouteCollection { typealias Wrapped = HTTP.Responder - func build(_ builder: B) { + func build(_ builder: B) { let v1 = builder.grouped("v1") let users = v1.grouped("users") let articles = v1.grouped("articles")