aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.e2e-testing.ngdoc
diff options
context:
space:
mode:
authorJad Naous2013-06-12 19:32:15 -0600
committerPete Bacon Darwin2013-06-13 22:37:19 +0100
commita2d4b5c5d88777597d396cf4845e0a73bf2396d4 (patch)
tree8ca59c01852c408a9df8267be2ac8366d58a7c63 /docs/content/guide/dev_guide.e2e-testing.ngdoc
parent14285568caa4e1875b3fc6f8551de243e5c6ea3f (diff)
downloadangular.js-a2d4b5c5d88777597d396cf4845e0a73bf2396d4.tar.bz2
docs(guide/e2e-testing): fix verb tense
Diffstat (limited to 'docs/content/guide/dev_guide.e2e-testing.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.e2e-testing.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/dev_guide.e2e-testing.ngdoc b/docs/content/guide/dev_guide.e2e-testing.ngdoc
index eeeb6c99..58e24841 100644
--- a/docs/content/guide/dev_guide.e2e-testing.ngdoc
+++ b/docs/content/guide/dev_guide.e2e-testing.ngdoc
@@ -228,7 +228,7 @@ conditional assertions or element selection. Even though you should generally tr
`element(...).query(fn)`. The following code listing shows how this function can be used to delete
added entries (where an entry is some domain object) using the application's web interface.
-Imagine the application to be structure into two views:
+Imagine the application to be structured into two views:
1. *Overview view* which lists all the added entries in a table and
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();
element('table tbody').query(function (tbody, done) { ... });
element('table tbody a');
element('.btn-danger').click();
-</pre> \ No newline at end of file
+</pre>