From 18e69ec998eda6e2cb7f67aa7b80b32aa2a96f5f Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 9 Jun 2022 13:28:03 +0200 Subject: [PATCH] Fix typos in user impersonation section (#167) --- source/docs/v3/features/user-impersonation.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/features/user-impersonation.blade.md b/source/docs/v3/features/user-impersonation.blade.md index 66a9d4f..1a45ac4 100644 --- a/source/docs/v3/features/user-impersonation.blade.md +++ b/source/docs/v3/features/user-impersonation.blade.md @@ -22,7 +22,7 @@ Each record in the table holds the following data: You visit an impersonation route that you create — though little work is needed on your side, your route will mostly just call a method provided by the feature. This route is a **tenant route**, meaning it's on the tenant domain if you use domain identification, or prefixed with the tenant id if you use path identification. -This route checks tries to find a record in that table based on the token, and if it's valid it authenticates you with the stored user id against the auth guard and redirects you to the stored URL. +This route tries to find a record in that table based on the token, and if it's valid, it authenticates you with the stored user id against the auth guard and redirects you to the stored URL. If the impersonation succeeds, the token is deleted from the database.