From 1d741735f585c742b701296315c72fa8460c40ef Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 19 Oct 2020 14:04:27 -0700 Subject: [PATCH] Fix grammar error in Code Climate (#10935) --- docs/tests/codeclimate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tests/codeclimate.md b/docs/tests/codeclimate.md index d2f170d4f..acf810198 100644 --- a/docs/tests/codeclimate.md +++ b/docs/tests/codeclimate.md @@ -21,7 +21,7 @@ blindly, so if you're in doubt regarding a suggestion on your PR please start a conversation in the PR comments. Generally speaking, if you're looking for opportunities to contribute to the -project, but you don't have an issue you're interested in solving. Improving the +project, but you don't have an issue you're interested in solving, improving the Code Climate metrics is a good place to start. We're happy to see PRs that refactor existing code to reduce duplication and increase readability, given that those refactors are well tested.