From d40b6a568fea90b52285a55f96c0aac24b8af9b8 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Sun, 22 Nov 2015 18:52:27 -0600 Subject: [PATCH] Remove extraneous single quote --- 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 e84e366f17..9211385954 100644 --- a/aspnet/fundamentals/static-files.rst +++ b/aspnet/fundamentals/static-files.rst @@ -131,7 +131,7 @@ In order for your Web app to serve a default page without the user having to ful app.UseStaticFiles(); ... -If you call the ``'UseDefaultFiles`` extension method and the user enters a URI of a folder, the middleware will search (in order) for one of the following files. If one of these files is found, that file will be used as if the user had entered the fully qualified URI (although the browser URL will continue to show the URI entered by the user). +If you call the ``UseDefaultFiles`` extension method and the user enters a URI of a folder, the middleware will search (in order) for one of the following files. If one of these files is found, that file will be used as if the user had entered the fully qualified URI (although the browser URL will continue to show the URI entered by the user). - default.htm - default.html