aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEl Juli2013-10-29 16:41:34 -0200
committerPete Bacon Darwin2013-10-30 20:56:38 +0000
commit6e77f808279ef246db33d2a3cd6f6acd58e84610 (patch)
treeaf570670b5df9fc97e0286ec4da0ad6d8abb7c7c
parentd355b6c48e227835006ae33825a0524cb7363805 (diff)
downloadangular.js-6e77f808279ef246db33d2a3cd6f6acd58e84610.tar.bz2
docs(guide/e2e-testing): fix typo
Closes #4700
-rw-r--r--docs/content/guide/dev_guide.e2e-testing.ngdoc2
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.