diff options
| -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 60a87050..4e58f839 100644 --- a/docs/content/guide/dev_guide.e2e-testing.ngdoc +++ b/docs/content/guide/dev_guide.e2e-testing.ngdoc @@ -5,7 +5,7 @@ **If you're starting a new Angular project, you may want to look into using {@link https://github.com/angular/protractor Protractor}, as it is going to -replace the currrent method of E2E Testing in the near future.** +replace the current method of E2E Testing in the near future.** As applications grow in size and complexity, it becomes unrealistic to rely on manual testing to verify the correctness of new features, catch bugs and notice regressions. |
