From d0c3b41a9719142d15eaeee5ee428ae4de92bce1 Mon Sep 17 00:00:00 2001 From: Spell Bot Date: Tue, 15 Oct 2019 23:57:38 +0000 Subject: [PATCH] Update index.md -TINY Spelling/Readability ~documentation Changes #Introduction -changed "as to "has" -changed deploy to deployed -added "having" to "been approved" --- doc/ci/review_apps/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ci/review_apps/index.md b/doc/ci/review_apps/index.md index 7a1e6e4e1b8bc8..da92fadafc4cb5 100644 --- a/doc/ci/review_apps/index.md +++ b/doc/ci/review_apps/index.md @@ -24,8 +24,8 @@ In the above example: - A Review App is built every time a commit is pushed to `topic branch`. - The reviewer fails two reviews before passing the third review. -- Once the review as passed, `topic branch` is merged into `master` where it's deploy to staging. -- After been approved in staging, the changes that were merged into `master` are deployed in to production. +- Once the review has passed, `topic branch` is merged into `master` where it is deployed to staging. +- After having been approved in staging, the changes that were merged into `master` are deployed in to production. ## How Review Apps work -- GitLab