docs(guide/e2e-testing): fix typo

Closes #4700
This commit is contained in:
El Juli 2013-10-29 16:41:34 -02:00 committed by Pete Bacon Darwin
parent d355b6c48e
commit 6e77f80827

View file

@ -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.