From fee7b75b2b98eccb339e0668196423eb581ec393 Mon Sep 17 00:00:00 2001 From: "@LiRa" Date: Fri, 1 Nov 2024 19:19:41 -0700 Subject: [PATCH] Update impersonation.md I found more spell error of the word Change --- docs/en/modules/account/impersonation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/modules/account/impersonation.md b/docs/en/modules/account/impersonation.md index ed008c6418..8d6eace66d 100644 --- a/docs/en/modules/account/impersonation.md +++ b/docs/en/modules/account/impersonation.md @@ -197,7 +197,7 @@ No need to do anything here. 1. Depends `AbpAccountPublicWebImpersonationModule(Volo.Abp.Account.Pro.Public.Web.Impersonation)` and `AbpAccountPublicBlazorServerModule(Volo.Abp.Account.Pro.Public.Blazor.Server)` on your `BlazorModule` -2. Chnage the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController` +2. Change the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController` ```cs public class AccountController : AbpAccountImpersonationChallengeAccountController { @@ -301,7 +301,7 @@ public override void ConfigureServices(ServiceConfigurationContext context) #### 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 @@ -367,7 +367,7 @@ public override void ConfigureServices(ServiceConfigurationContext context) 1. Depends `AbpAccountPublicWebImpersonationModule(Volo.Abp.Account.Pro.Public.Web.Impersonation)` and `AbpAccountPublicBlazorServerModule(Volo.Abp.Account.Pro.Public.Blazor.Server)` on your `BlazorModule` -2. Chnage the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController` +2. Change the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController` ```cs public class AccountController : AbpAccountImpersonationChallengeAccountController {