Merge pull request #17412 from deepak41/update-in-CONTRIBUTING.md-file

fixed grammatical error in CONTRIBUTING.md
This commit is contained in:
Gustav Hansen 2023-07-24 11:06:41 +02:00 committed by GitHub
commit 89f6413ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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