From e6bae0e3c74385f14dea224d49c63a0170838adb Mon Sep 17 00:00:00 2001 From: David Moore Date: Fri, 1 Jul 2016 15:52:13 +1200 Subject: [PATCH] Small typo in static-files.rst (#1590) Changed "severed" to intended "served" --- aspnet/fundamentals/static-files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/fundamentals/static-files.rst b/aspnet/fundamentals/static-files.rst index 37da23d978..258a14d44e 100644 --- a/aspnet/fundamentals/static-files.rst +++ b/aspnet/fundamentals/static-files.rst @@ -133,7 +133,7 @@ With :dn:method:`~Microsoft.AspNetCore.Builder.DefaultFilesExtensions.UseDefault - index.htm - index.html -The first file found from the list will be severed as if the request was the fully qualified URI (although the browser URL will continue to show the URI requested). +The first file found from the list will be served as if the request was the fully qualified URI (although the browser URL will continue to show the URI requested). The following code shows how to change the default file name to *mydefault.html*.