Fixed some minor typos (#9260)
This commit is contained in:
parent
ba82e72aa4
commit
5094f6be9c
1 changed files with 2 additions and 2 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue