Fixed some minor typos (#9260)

This commit is contained in:
Ashik Paul 2020-07-12 02:26:02 +05:30 committed by GitHub
parent ba82e72aa4
commit 5094f6be9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ We use the following testing tools:
test coverage on the backend
We strive to provide tests for each pull request that adds new features or fixes
a bug. Ideally, we test the functionality of the frontend and the backed.
a bug. Ideally, we test the functionality of the frontend and the backend.
If you'd like to help us improve our test coverage, we recommend checking out
our total coverage and writing tests for selected files based on SimpleCov's
@ -71,5 +71,5 @@ entire build to pass.
Please note that you will need to have Elasticsearch installed and running for
certain tests in our test suite. You can find instructions on how to install and
run Elasticsearch specific your environment in the
run Elasticsearch specific to your environment in the
[Installation Guide](/installation).