Skip to content

Commit 1cf4978

Browse files
authored
Update aspnetcore/client-side/dotnet-on-webworkers.md
1 parent d5946fb commit 1cf4978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/client-side/dotnet-on-webworkers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ For a quick test, copy the worker output into the React app's static files manua
256256

257257
:::moniker range=">= aspnetcore-11.0"
258258

259-
Use the generated JavaScript client to host the .NET WebAssembly runtime in a Web Worker. For example, copy:
259+
Use the generated JavaScript client to host the .NET WebAssembly runtime in a Web Worker. For example:
260260

261261
* Copy `WebWorkersOnReact/bin/Debug/net11.0/wwwroot/_framework` to `react-app/public/_framework`.
262262
* Copy `WebWorkersOnReact/wwwroot/dotnet-web-worker.js` to `react-app/public/_content/WebWorkersOnReact/dotnet-web-worker.js`.

0 commit comments

Comments
 (0)