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:
authorJaime Martinez <jmartinez@gitlab.com>2021-09-29 14:30:34 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-10-07 16:47:32 +0300
commit4cf326e3b476628fac7c8206294d91a24aefb780 (patch)
tree225635a73576b31fc2abe9213da4850c01dc4ea9 /README.md
parent1dedfac3c5e84ce14a2eb5ce4bed4c572a407775 (diff)
docs: reword documentation
Diffstat (limited to 'README.md')
-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`.