Skip to content

Commit

Permalink
chore: fix typo in js-errors article (#1539)
Browse files Browse the repository at this point in the history
Co-authored-by: Hristian Stefanov <[email protected]>
  • Loading branch information
github-actions[bot] and xristianstefanov authored Jul 14, 2023
1 parent 071ec40 commit 4550078
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 4550078

Please sign in to comment.