From 6e77f808279ef246db33d2a3cd6f6acd58e84610 Mon Sep 17 00:00:00 2001 From: El Juli Date: Tue, 29 Oct 2013 16:41:34 -0200 Subject: docs(guide/e2e-testing): fix typo Closes #4700 --- docs/content/guide/dev_guide.e2e-testing.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/dev_guide.e2e-testing.ngdoc') 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. -- cgit v1.2.3