Fixed grammatical errors (#28418)

pull/29323/head^2
nishanth2143 2018-12-18 02:50:02 +05:30 committed by Christopher McCormack
parent 3c7c21bcef
commit 44cd107ab4
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ You can write Acceptance Tests for each of these sub-features of the bigger dial
### Notes ### 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. 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.