From d2ed2535acf695d9fea2d6e01d7f8d7b5dfb309b Mon Sep 17 00:00:00 2001 From: Deepak Kumar Singh Date: Sun, 23 Jul 2023 16:59:37 +0530 Subject: [PATCH] added a word in line 141 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5381a13472..fd8cf948d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -138,7 +138,7 @@ This command runs tests using jest behind the scenes. Options for jest can be pa ### Changing the database -By default the script run by `test:api` an app that uses `sqlite` as a database. But you can run the test suites using different databases: +By default the script run by `test:api` generates an app that uses `sqlite` as a database. But you can run the test suites using different databases: ```bash $ yarn test:api --db=sqlite