From 16af6038beff9873a541f8e820edb4f98daa9299 Mon Sep 17 00:00:00 2001 From: Samuel Stancl Date: Sun, 26 Jul 2020 21:54:52 +0200 Subject: [PATCH] typo --- source/docs/v3/features/user-impersonation.blade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```