Merge pull request #7560 from rosariopfernandes/patch-1

Update circleci.md
This commit is contained in:
Frank Taillandier 2019-03-10 05:31:35 +01:00 committed by GitHub
commit 3036d36a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ gem 'jekyll'
gem 'html-proofer' 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 ## 3. Testing