From 6fc43a2fbf123cc37f4ae80845fe622ab6005cf4 Mon Sep 17 00:00:00 2001 From: "@LiRa" Date: Fri, 1 Nov 2024 19:16:24 -0700 Subject: [PATCH] Update impersonation.md Spell error of the word change --- docs/en/modules/account/impersonation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/account/impersonation.md b/docs/en/modules/account/impersonation.md index ed008c6418..c6da47b981 100644 --- a/docs/en/modules/account/impersonation.md +++ b/docs/en/modules/account/impersonation.md @@ -71,7 +71,7 @@ No need to do anything here. #### Web 1. Depends `AbpAccountPublicWebImpersonationModule(Volo.Abp.Account.Pro.Public.Web.Impersonation)` on your `WebModule` -2. Chnage the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController` +2. Change the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController` ```cs public class AccountController : AbpAccountImpersonationChallengeAccountController