From 27884c6dd1ab99140952c5b697682b7eab5e2bd8 Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Fri, 5 Jul 2019 09:22:19 +0000 Subject: Update wording slightly --- doc/development/testing_guide/frontend_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/testing_guide/frontend_testing.md b/doc/development/testing_guide/frontend_testing.md index 4e834787414..2ab2232f58f 100644 --- a/doc/development/testing_guide/frontend_testing.md +++ b/doc/development/testing_guide/frontend_testing.md @@ -526,7 +526,7 @@ When creating a new fixture, it often makes sense to take a look at the correspo This approach of storing a backend response as fixture for running frontend tests is preferable to pasting HTML or JSON chunks into test files. It guarantees that if backend entities or HAML views are updated, we are considering the changes in our frontend code. -Copied static chunks in frontend test files are likely not to be updated when the makes backend changes which then results in frontend bugs going unnoticed. +Copied static chunks in frontend test files are likely not to be updated when the backend makes changes which can then result in frontend bugs going unnoticed. ## Gotchas -- cgit v1.2.1