From d091adbe31326db7589d877bbc403517ef198501 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Sun, 12 Dec 2021 21:57:37 +0100 Subject: [PATCH] chore: Fix typo in CONTRIBUTING.rst --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index de1a76316..b5ed4110a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -159,7 +159,7 @@ Tests When submitting a pull request with a new feature or a fix, you should always include tests for your changes. These tests prove that your changes work, help prevent bugs in the future, and help document what -your changes do. Depending an the change, you may need +your changes do. Depending on the change, you may need ``acceptance tests``\ *, ``unit tests``* or both. Make sure to run all of the tests before submitting a pull request to be