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). *