docs: Use consistent spelling of CircleCI.

This commit is contained in:
Tim Abbott 2020-04-28 11:26:58 -07:00
parent 16d41e59b5
commit 28cb0aa81a
6 changed files with 11 additions and 10 deletions

View File

@ -125,8 +125,9 @@ Now you're ready to work on the issue or feature.
## Run linters and tests locally
In addition to having Circle CI run tests and linters each time you push a new
commit, you can also run them locally. See [testing](../testing/testing.md) for details.
In addition to having CircleCI run tests and linters each time you
push a new commit, you can also run them locally. See
[testing](../testing/testing.md) for details.
## Stage changes

View File

@ -48,8 +48,8 @@ note are:
* `--skip` and `--only`: Only run certain linters.
* `-m`: Only check modified files.
Finally, you can rely on our Circle CI setup to run linters for you, but
it is good practice to run lint checks locally.
Finally, you can rely on our CircleCI setup to run linters for you,
but it is good practice to run lint checks locally.
```eval_rst
.. important::