diff options
| author | janhartigan | 2013-09-22 02:28:16 -0700 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-25 22:27:06 +0100 |
| commit | ec6b1cfaba314c51b59d34e6078ad692dbdf8e5f (patch) | |
| tree | c27f5b159c872678eb9ff047c5d84e4e394811ff | |
| parent | 8d8801f1aeafeac186f93fe5b7c3b79b5378ba76 (diff) | |
| download | angular.js-ec6b1cfaba314c51b59d34e6078ad692dbdf8e5f.tar.bz2 | |
docs(guide/e2e-testing): Fix typo
Closes #4100
| -rw-r--r-- | docs/content/guide/dev_guide.e2e-testing.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.e2e-testing.ngdoc b/docs/content/guide/dev_guide.e2e-testing.ngdoc index 508ca7f6..1b110d00 100644 --- a/docs/content/guide/dev_guide.e2e-testing.ngdoc +++ b/docs/content/guide/dev_guide.e2e-testing.ngdoc @@ -275,7 +275,7 @@ beforeEach(function () { In order to understand what is happening, we should emphasize that ngScenario calls are not immediately executed, but queued (in ngScenario terms, we would be talking about adding -future actions). If we had only one entry in our table, than the following future actions +future actions). If we had only one entry in our table, then the following future actions would be queued: <pre> |
