From f54a901b8dfb594cec73b76c1046afec06cdd86c Mon Sep 17 00:00:00 2001 From: Artem Petrosian Date: Sat, 1 Jul 2017 17:28:16 +0200 Subject: [PATCH] docs(aio): fix visual-studio-2015 typo This fixes #17283 --- aio/content/guide/visual-studio-2015.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/visual-studio-2015.md b/aio/content/guide/visual-studio-2015.md index 6d6ac872f9..ab6b594a8a 100644 --- a/aio/content/guide/visual-studio-2015.md +++ b/aio/content/guide/visual-studio-2015.md @@ -243,7 +243,7 @@ Everything seems fine while you move about _within_ the app. But you'll see the problem right away if you refresh the browser or paste a link to an app page (called a "deep link") into the browser address bar. -You'll most likely get a *404 - Page Not Found* response from the serer +You'll most likely get a *404 - Page Not Found* response from the server for any address other than `/` or `/index.html`. You have to configure the server to return `index.html` for requests to these "unknown" pages.