From 5094f6be9c1d6065b233654def953dbf3dad650e Mon Sep 17 00:00:00 2001 From: Ashik Paul Date: Sun, 12 Jul 2020 02:26:02 +0530 Subject: [PATCH] Fixed some minor typos (#9260) --- docs/tests/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tests/readme.md b/docs/tests/readme.md index d600ec20b..fa6105fe0 100644 --- a/docs/tests/readme.md +++ b/docs/tests/readme.md @@ -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).