From 9c11c9a8a72d19d6636c539b0415908c8fb93430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ros=C3=A1rio=20Pereira=20Fernandes?= Date: Sun, 10 Mar 2019 02:18:34 +0200 Subject: [PATCH] Update circleci.md - correct minor typo --- docs/_docs/continuous-integration/circleci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/continuous-integration/circleci.md b/docs/_docs/continuous-integration/circleci.md index 8d18c08c..dbf70b88 100644 --- a/docs/_docs/continuous-integration/circleci.md +++ b/docs/_docs/continuous-integration/circleci.md @@ -34,7 +34,7 @@ gem 'jekyll' gem 'html-proofer' ``` -CircleCI detects when `Gemfile` is present is will automatically run `bundle install` for you in the `dependencies` phase. +CircleCI detects when `Gemfile` is present and will automatically run `bundle install` for you in the `dependencies` phase. ## 3. Testing