From 05fa20df81edc9a3d693414c2f5a2a55843e18df Mon Sep 17 00:00:00 2001 From: Godmar Back Date: Wed, 5 Sep 2012 10:28:42 -0400 Subject: docs(module): fixed module example and corrected typos --- 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 7cb04841..dd12e88a 100644 --- a/docs/content/guide/dev_guide.e2e-testing.ngdoc +++ b/docs/content/guide/dev_guide.e2e-testing.ngdoc @@ -122,7 +122,7 @@ Returns the current value of an input field with the given `name`. ## repeater(selector, label).count() Returns the number of rows in the repeater matching the given jQuery `selector`. The `label` is -used for test ouput. +used for test output. ## repeater(selector, label).row(index) Returns an array with the bindings in the row at the given `index` in the repeater matching the -- cgit v1.2.3