Skip to content

Commit

Permalink
chore: fix typo in js-errors article
Browse files Browse the repository at this point in the history
  • Loading branch information
xristianstefanov authored Jul 13, 2023
1 parent 51b7274 commit 8e62b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troubleshooting/js-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Generally, `defer` improves the performance of your app by not making the script

### Blazor Autostart

If removing the `defer` attribute above does not help, you can [disablе the automatic client-side initialization of Blazor](https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/startup?view=aspnetcore-7.0#initialize-blazor-when-the-document-is-ready).
If removing the `defer` attribute above does not help, you can [disable the automatic client-side initialization of Blazor](https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/startup?view=aspnetcore-7.0#initialize-blazor-when-the-document-is-ready).

### TypeScript

Expand Down

0 comments on commit 8e62b0e

Please sign in to comment.