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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-18 14:40:13 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-02-01 01:53:56 +0300
commitd26eadf305ecf40d320c3bca0baf9a58288de7a6 (patch)
treeac160cdfe2ac4f13c058ef94c48592805a102034 /doc/pages/README.md
parent2c2447771f098f7c8d692e7318d8f822df468b48 (diff)
Fix small typos in GP user guide
Diffstat (limited to 'doc/pages/README.md')
-rw-r--r--doc/pages/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pages/README.md b/doc/pages/README.md
index 1afe2a97036..552b3436d77 100644
--- a/doc/pages/README.md
+++ b/doc/pages/README.md
@@ -62,7 +62,7 @@ following our [quick start guide](../ci/quick_start/README.md).
---
-To make use of GitLab Pages your `.gitlab-ci.yml` must follow the rules below:
+To make use of GitLab Pages, your `.gitlab-ci.yml` must follow the rules below:
1. A special `pages` job must be defined
1. Any static content must be placed under a `public/` directory
@@ -105,7 +105,7 @@ in the artifacts.
**A:** All content is located by default under `shared/pages/` in the root
directory of the GitLab installation. To be exact, all specific projects under
-a namespace are stored ind `shared/pages/${namespace}/${project}/public/` and
+a namespace are stored in `shared/pages/${namespace}/${project}/public/` and
all user/group pages in `shared/pages/${namespace}/${namespace}/public/`.
---