Browse Source

Update docs/en/modules/elsa-pro.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/23799/head
Ma Liming 11 months ago
committed by GitHub
parent
commit
9b811e323f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/modules/elsa-pro.md

2
docs/en/modules/elsa-pro.md

@ -35,7 +35,7 @@ After adding the package reference, open the module class of the project (eg: `{
)]
```
> If you are using Blazor Web App, you need to add the `Volo.Elsa.Admin.Blazor.WebAssembly` package to the **{ProjectName}.Blazor.Client.csproj** project and ad the `Volo.Elsa.Admin.Blazor.Server` package to the **{ProjectName}.Blazor.csproj** project.
> If you are using Blazor Web App, you need to add the `Volo.Elsa.Admin.Blazor.WebAssembly` package to the **{ProjectName}.Blazor.Client.csproj** project and add the `Volo.Elsa.Admin.Blazor.Server` package to the **{ProjectName}.Blazor.csproj** project.
## The Elsa Module

Loading…
Cancel
Save