Browse Source

Update impersonation.md

Spell error of the word change
pull/21238/head
@LiRa 2 years ago
committed by GitHub
parent
commit
6fc43a2fbf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/modules/account/impersonation.md

2
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

Loading…
Cancel
Save