From f00236231ec7fc2afb6d2821eae88cb5302ec566 Mon Sep 17 00:00:00 2001 From: Smart-S-Max <59285441+Smart-S-Max@users.noreply.github.com> Date: Mon, 30 Dec 2019 16:20:45 +0100 Subject: [PATCH] Fix typo in README (#97) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 80d2872..2e83fca 100644 --- a/readme.md +++ b/readme.md @@ -171,7 +171,7 @@ There are two events available that can be used to improve your workflow: - `TakeImpersonation` is fired when an impersonation is taken. - `LeaveImpersonation` is fired when an impersonation is leaved. -Each events returns two properties `$event->impersonator` and `$event->impersonated` containing User model isntance. +Each events returns two properties `$event->impersonator` and `$event->impersonated` containing User model instance. ## Configuration