Skip to content

Commit 66ac7d4

Browse files
committed
Fix misspelled word (#35769)
1 parent ebec672 commit 66ac7d4

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/release-notes/aspnetcore-10/includes

1 file changed

+1
-1
lines changed

aspnetcore/release-notes/aspnetcore-10/includes/blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Last year, the release of .NET 9 introduced [server-side fingerprinting](https:/
137137

138138
In standalone Blazor WebAssembly apps during build/publish, the framework overrides placeholders in `index.html` with values computed during build to fingerprint static assets. A fingerprint is placed into the `blazor.webassembly.js` script file name.
139139

140-
The following markup must be present in the `wwwwoot/index.html` file to adopt the fingerprinting feature:
140+
The following markup must be present in the `wwwroot/index.html` file to adopt the fingerprinting feature:
141141

142142
```diff
143143
<head>

0 commit comments

Comments
 (0)