We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733566c commit 00444daCopy full SHA for 00444da
aspnetcore/blazor/host-and-deploy/webassembly.md
@@ -734,7 +734,7 @@ A standalone Blazor WebAssembly app is published as a set of static files for ho
734
735
To host the app in Docker:
736
737
-* Choose a Docker container with web server support, such as Ngnix or Apache.
+* Choose a Docker container with web server support, such as Nginx or Apache.
738
* Copy the `publish` folder assets to a location folder defined in the web server for serving static files.
739
* Apply additional configuration as needed to serve the Blazor WebAssembly app.
740
0 commit comments