From d9c75bee93274875cd5e8ca764e29e2e0ba57ce2 Mon Sep 17 00:00:00 2001 From: Janas Page Date: Wed, 30 Apr 2014 12:31:49 -0700 Subject: [PATCH] docs($anchorScroll): minor copyedit. Singular-tense verb. Definite article. Closes #7319 --- src/ng/anchorScroll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/anchorScroll.js b/src/ng/anchorScroll.js index e8c8ecd1..b5ef1810 100644 --- a/src/ng/anchorScroll.js +++ b/src/ng/anchorScroll.js @@ -9,7 +9,7 @@ * @requires $rootScope * * @description - * When called, it checks current value of `$location.hash()` and scroll to related element, + * When called, it checks current value of `$location.hash()` and scrolls to the related element, * according to rules specified in * [Html5 spec](http://dev.w3.org/html5/spec/Overview.html#the-indicated-part-of-the-document). *