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:
authorMike Lewis <mlewis@gitlab.com>2018-12-07 23:37:26 +0300
committerMike Lewis <mlewis@gitlab.com>2018-12-07 23:37:26 +0300
commitec3ae6c660a4f875d22a705d54ac670dae2aa940 (patch)
treebd9e5269979a336e1f11c1043858387db6e02ebe /doc/install
parent6de02d7909d98844a8afd6df723564fba112790d (diff)
'of installing' -> 'for installing'
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/README.md b/doc/install/README.md
index 9f630220705..ae48306e65e 100644
--- a/doc/install/README.md
+++ b/doc/install/README.md
@@ -14,7 +14,7 @@ There are many ways you can install GitLab depending on your platform:
1. **Omnibus Gitlab**: The official deb/rpm packages that contain a bundle of GitLab
and the various components it depends on like PostgreSQL, Redis, Sidekiq, etc.
-1. **GitLab Helm chart**: The cloud native Helm chart of installing GitLab and all
+1. **GitLab Helm chart**: The cloud native Helm chart for installing GitLab and all
its components on Kubernetes.
1. **Docker**: The Omnibus GitLab packages dockerized.
1. **Source**: Install GitLab and all its components from scratch.