From 44cd107ab442347a9ca2eef4ccd2bb8027c48d06 Mon Sep 17 00:00:00 2001 From: nishanth2143 Date: Tue, 18 Dec 2018 02:50:02 +0530 Subject: [PATCH] Fixed grammatical errors (#28418) --- guide/english/agile/acceptance-testing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/agile/acceptance-testing/index.md b/guide/english/agile/acceptance-testing/index.md index e709869a45..7532dc71c1 100644 --- a/guide/english/agile/acceptance-testing/index.md +++ b/guide/english/agile/acceptance-testing/index.md @@ -142,7 +142,7 @@ You can write Acceptance Tests for each of these sub-features of the bigger dial ### Notes -Acceptance Tests can be written in any language and run using various tools available that would take care of the infrastructure mentioned above (e.g., opening a browser, loading a page, providing the menthods to access elements on the page, assertion libraries and more). +Acceptance Tests can be written in any language and run using various tools available that would take care of the infrastructure mentioned above (e.g., opening a browser, loading a page, providing the methods to access elements on the page, assertion libraries and more). Every time you write a piece of software that will be used again (even by yourself), it helps to write a test for it. When you or another person makes changes to this code, running the tests will ensure that you have not broken existing functionality.