diff --git a/source/docs/v3/features/user-impersonation.blade.md b/source/docs/v3/features/user-impersonation.blade.md index 42f72ab..66a9d4f 100644 --- a/source/docs/v3/features/user-impersonation.blade.md +++ b/source/docs/v3/features/user-impersonation.blade.md @@ -10,7 +10,7 @@ This package comes with a feature that lets you impersonate users inside tenant ## How it works -You generate an impersonation token an store it in the central database, in the `tenant_user_impersonation_tokens` table. +You generate an impersonation token and store it in the central database, in the `tenant_user_impersonation_tokens` table. Each record in the table holds the following data: @@ -114,4 +114,4 @@ You may customize the TTL of impersonation tokens by setting the following stati ```jsx Stancl\Tenancy\Features\UserImpersonation::$ttl = 120; // 2 minutes -``` \ No newline at end of file +```