Updated authentication doc wording (#604)

This commit is contained in:
Andre Yonadam 2021-06-01 04:30:05 -05:00 committed by GitHub
parent 474533fc76
commit 21d1b0ffca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ struct User: Authenticatable {
}
```
Each example below will create an authenticator named `UserAuthenticator`.
Each example below will use an instance of an authenticator which we created. In these examples, we've called it `UserAuthenticator`.
### Route