Skip to content

Commit 6ee5548

Browse files
authored
Fix misspelling (dotnet#17061)
1 parent 31a7548 commit 6ee5548

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to host and deploy a Blazor app using ASP.NET Core, Conte
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 12/18/2019
8+
ms.date: 02/19/2020
99
no-loc: [Blazor, SignalR]
1010
uid: host-and-deploy/blazor/webassembly
1111
---
@@ -195,7 +195,7 @@ To deploy a Blazor WebAssembly app to CentOS 7 or later:
195195
DocumentRoot "/var/www/blazorapp"
196196
ErrorDocument 404 /index.html
197197
198-
AddType aplication/wasm .wasm
198+
AddType application/wasm .wasm
199199
AddType application/octet-stream .dll
200200
201201
<Directory "/var/www/blazorapp">

0 commit comments

Comments
 (0)