Small typo in static-files.rst (#1590)

Changed "severed" to intended "served"
pull/1593/head
David Moore 2016-07-01 15:52:13 +12:00 committed by Rick Anderson
parent 5ca9be38cd
commit e6bae0e3c7
1 changed files with 1 additions and 1 deletions

View File

@ -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*.