diff --git a/src/ng/anchorScroll.js b/src/ng/anchorScroll.js index 7ffb6f45ebe5..cb3f6563aecb 100644 --- a/src/ng/anchorScroll.js +++ b/src/ng/anchorScroll.js @@ -41,7 +41,7 @@ function $AnchorScrollProvider() { * When called, it scrolls to the element related to the specified `hash` or (if omitted) to the * current value of {@link ng.$location#hash $location.hash()}, according to the rules specified * in the - * [HTML5 spec](http://www.w3.org/html/wg/drafts/html/master/browsers.html#the-indicated-part-of-the-document). + * [HTML5 spec](http://www.w3.org/html/wg/drafts/html/master/browsers.html#an-indicated-part-of-the-document). * * It also watches the {@link ng.$location#hash $location.hash()} and automatically scrolls to * match any anchor whenever it changes. This can be disabled by calling