Skip to content

Commit ffb61cb

Browse files
chore: fix typo in js-errors article (#1538)
1 parent 51b7274 commit ffb61cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troubleshooting/js-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Generally, `defer` improves the performance of your app by not making the script
7070

7171
### Blazor Autostart
7272

73-
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).
73+
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).
7474

7575
### TypeScript
7676

0 commit comments

Comments
 (0)