diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2016-12-12 08:23:34 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2016-12-12 08:23:34 +0000 |
commit | 221a461c1e917e816e30c213d48ad0ff87170527 (patch) | |
tree | 136641ed3a6437d471ce5d9d13817ec371323aca /doc | |
parent | 1879613a997ae587d3c478b97c925631727a6222 (diff) | |
parent | d6a1a3e6bee6417d02a2095bce479f494460ce17 (diff) | |
download | gitlab-ce-221a461c1e917e816e30c213d48ad0ff87170527.tar.gz |
Merge branch 'patch-8' into 'master'
Fix typo
See merge request !8029
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/review_apps/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/review_apps/index.md b/doc/ci/review_apps/index.md index a66165dc973..c679ea4e298 100644 --- a/doc/ci/review_apps/index.md +++ b/doc/ci/review_apps/index.md @@ -33,7 +33,7 @@ built and deployed under a dynamic environment and can be previewed with an also dynamically URL. The details of the Review Apps implementation depend widely on your real -technology stack and on your deployment process. The simplest case it to +technology stack and on your deployment process. The simplest case is to deploy a simple static HTML website, but it will not be that straightforward when your app is using a database for example. To make a branch be deployed on a temporary instance and booting up this instance with all required software |