From 877c121cfcca1f9bb116ff0a8831c5a9096e2853 Mon Sep 17 00:00:00 2001 From: Rebecca Skinner Date: Mon, 28 Mar 2016 14:15:48 +0000 Subject: [PATCH] Fixed typo ("server" -> "serve") --- doc/pages/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/README.md b/doc/pages/README.md index e70ca7b48bd..e427d7f283d 100644 --- a/doc/pages/README.md +++ b/doc/pages/README.md @@ -357,7 +357,7 @@ If the case of `404.html`, there are different scenarios. For example: - If you use user/group Pages (served under `/`) and try to access `/non/existing_file` GitLab Pages will try to serve `/404.html`. - If you use a custom domain and try to access `/non/existing_file`, GitLab - Pages will try to server only `/404.html`. + Pages will try to serve only `/404.html`. ### Remove the contents of your pages -- GitLab