Skip to content

Commit

Permalink
docs: Minor grammar fix: "bug-free" (#36515)
Browse files Browse the repository at this point in the history
Change documentation to a more grammatically correct format. "bug-free" is preferred over "bug free".

PR Close #36515
  • Loading branch information
stewx authored and subratpalhar92 committed Aug 15, 2020
1 parent 0bb1db6 commit 62b5478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Adopt these two conventions in your own projects for _every kind_ of test file.

## Set up continuous integration

One of the best ways to keep your project bug free is through a test suite, but it's easy to forget to run tests all the time.
One of the best ways to keep your project bug-free is through a test suite, but it's easy to forget to run tests all the time.
Continuous integration (CI) servers let you set up your project repository so that your tests run on every commit and pull request.

There are paid CI services like Circle CI and Travis CI, and you can also host your own for free using Jenkins and others.
Expand Down

0 comments on commit 62b5478

Please sign in to comment.