Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a2d4b5c

Browse files
Jad Naouspetebacondarwin
Jad Naous
authored andcommitted
docs(guide/e2e-testing): fix verb tense
1 parent 1428556 commit a2d4b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/dev_guide.e2e-testing.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ conditional assertions or element selection. Even though you should generally tr
228228
`element(...).query(fn)`. The following code listing shows how this function can be used to delete
229229
added entries (where an entry is some domain object) using the application's web interface.
230230

231-
Imagine the application to be structure into two views:
231+
Imagine the application to be structured into two views:
232232

233233
1. *Overview view* which lists all the added entries in a table and
234234
2. a *detail view* which shows the entries' details and contains a delete button. When clicking the
@@ -301,4 +301,4 @@ element('.btn-danger').click();
301301
element('table tbody').query(function (tbody, done) { ... });
302302
element('table tbody a');
303303
element('.btn-danger').click();
304-
</pre>
304+
</pre>

0 commit comments

Comments
 (0)