From 21d1b0ffca55c98bb8cfdd69db786b0f9fa2755f Mon Sep 17 00:00:00 2001 From: Andre Yonadam <4000593+AndreYonadam@users.noreply.github.com> Date: Tue, 1 Jun 2021 04:30:05 -0500 Subject: [PATCH] Updated authentication doc wording (#604) --- 4.0/docs/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4.0/docs/authentication.md b/4.0/docs/authentication.md index f53c283a..db99d553 100644 --- a/4.0/docs/authentication.md +++ b/4.0/docs/authentication.md @@ -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