diff options
author | Ismail S <astroman3d@gmail.com> | 2016-12-11 14:14:59 +0000 |
---|---|---|
committer | Ismail S <astroman3d@gmail.com> | 2016-12-11 14:14:59 +0000 |
commit | d6a1a3e6bee6417d02a2095bce479f494460ce17 (patch) | |
tree | 3cc73efe9ff829a5deb05d12f5b2da4e9de4c7f6 /doc/ci | |
parent | e56615f8466d93d1ef3aed7f03685eb3e9eb44cb (diff) | |
download | gitlab-ce-d6a1a3e6bee6417d02a2095bce479f494460ce17.tar.gz |
Fix typo
Diffstat (limited to 'doc/ci')
-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 |