Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0df0c883..5b7f16ba 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ current requests.
the generated configuration for virtual hosts. If present, it uses the TLS
key and certificate in `config.json`, otherwise it falls back to the global
configuration.
-2. When client connects to an HTTP port, GitLab-Pages looks in the
+2. When a client connects to an HTTP port, GitLab-Pages looks in the
generated configuration for a matching virtual host.
3. The URL.Path is split into `/<project>/<subpath>` and Pages tries to
load: `pages-root/group/project/public/subpath`.