docs: remove first person and space in CircleCI in the testing guide. (#38631)

PR Close #38631
This commit is contained in:
GavinMK 2020-08-28 10:59:41 -10:00 committed by Joey Perrott
parent 4e596b672f
commit 8864b0ed69

View File

@ -217,7 +217,7 @@ script:
- npm run e2e -- --protractor-config=e2e/protractor-ci.conf.js
```
This does the same things as the Circle CI configuration, except that Travis doesn't come with Chrome, so we use Chromium instead.
This does the same things as the CircleCI configuration, except that Travis doesn't come with Chrome, so use Chromium instead.
Step 2: Commit your changes and push them to your repository.