From 8864b0ed6991fc3f1afc09cfb3e6c947fb836b6f Mon Sep 17 00:00:00 2001 From: GavinMK Date: Fri, 28 Aug 2020 10:59:41 -1000 Subject: [PATCH] docs: remove first person and space in CircleCI in the testing guide. (#38631) PR Close #38631 --- aio/content/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index 46812d335d..d601187525 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -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.