From 0cfb1c6676fc697bef055a51c4a7fca88b192bb9 Mon Sep 17 00:00:00 2001 From: Janas Page Date: Wed, 30 Apr 2014 12:31:49 -0700 Subject: [PATCH] Minor copyedit. Singular-tense verb. Definite article. --- 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 e8c8ecd1fe0e..b5ef1810cf56 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). *