Skip to content

Commit 00444da

Browse files
fix: ngnix -> nginx typo (#34910)
1 parent 733566c commit 00444da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/host-and-deploy/webassembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ A standalone Blazor WebAssembly app is published as a set of static files for ho
734734

735735
To host the app in Docker:
736736

737-
* Choose a Docker container with web server support, such as Ngnix or Apache.
737+
* Choose a Docker container with web server support, such as Nginx or Apache.
738738
* Copy the `publish` folder assets to a location folder defined in the web server for serving static files.
739739
* Apply additional configuration as needed to serve the Blazor WebAssembly app.
740740

0 commit comments

Comments
 (0)