From fd0110ada36ad835b020da59c860864f78ddaf69 Mon Sep 17 00:00:00 2001 From: Daniel Ching Date: Tue, 24 Oct 2023 16:55:41 -0500 Subject: [PATCH] Fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8623e2de3493..218c30c10c75b 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ When the package version changes you should reset the build number to `0`. ### 5. **Do I have to import all of my unit tests into the recipe's `test` field?** -No, you do not. The main purpose of the test section to test whether this conda package was built and installed correctly not whether the upstream package contains bugs. +No, you do not. The main purpose of the test section is to test whether this conda package was built and installed correctly (not whether the upstream package contains bugs). ### 6. **Do all of my package's dependencies have to be in conda(-forge) already?**