Update authentication.md (#691)

This commit is contained in:
Daniel Inoa 2022-07-26 03:39:49 -07:00 committed by GitHub
parent a0d23ccf1e
commit c717d69574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Each example below will use an instance of an authenticator which we created. In
### Route
Authenticators are middleware and be be used for protecting routes.
Authenticators are middleware and can be used for protecting routes.
```swift
let protected = app.grouped(UserAuthenticator())