summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-03-15 15:04:39 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-03-15 15:04:39 +0000
commit480303b5c1b147fb99278d281165aa04e920230a (patch)
tree65693e4cc683eb652e2aca74af91d3a75a624ebe
parente6dc1157779af533eeb22539a3bca14d48cd4843 (diff)
parent3cc95a1cfd5f799ffe2ec45a3f2f5ab3b4a68969 (diff)
downloadgitlab-ce-480303b5c1b147fb99278d281165aa04e920230a.tar.gz
Merge branch 'patch-48' into 'master'
Documentation : Update index.md See merge request gitlab-org/gitlab-ce!26149
-rw-r--r--doc/ci/review_apps/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/review_apps/index.md b/doc/ci/review_apps/index.md
index d87a13dfdc0..9dbcf9d1155 100644
--- a/doc/ci/review_apps/index.md
+++ b/doc/ci/review_apps/index.md
@@ -12,7 +12,7 @@ Review Apps are a collaboration tool that takes the hard work out of providing a
Review Apps:
- Provide an automatic live preview of changes made in a feature branch by spinning up a dynamic environment for your merge requests.
-- Allow designers and product manages to see your changes without needing to check out your branch and run your changes in a sandbox environment.
+- Allow designers and product managers to see your changes without needing to check out your branch and run your changes in a sandbox environment.
- Are fully integrated with the [GitLab DevOps LifeCycle](../../README.md#the-entire-devops-lifecycle).
- Allow you to deploy your changes wherever you want.