From 997dd0c10afd284177b3e0a2c9e973455be00379 Mon Sep 17 00:00:00 2001 From: Larry Greene Date: Tue, 6 Nov 2018 10:04:13 +0000 Subject: [PATCH] edited a spelling mistake (#22215) menthods to methods --- 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 1cc4bd0a72..2b737cb194 100644 --- a/guide/english/agile/acceptance-testing/index.md +++ b/guide/english/agile/acceptance-testing/index.md @@ -120,7 +120,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 so on. +- 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 so on. - 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 yourself or another makes changes to this code, running the tests will ensure that you have not broken existing functionality.