diff --git a/src/ng/anchorScroll.js b/src/ng/anchorScroll.js index 5a10e235045f..baaac2f3fda0 100644 --- a/src/ng/anchorScroll.js +++ b/src/ng/anchorScroll.js @@ -17,7 +17,7 @@ function $AnchorScrollProvider() { * @name $anchorScrollProvider#disableAutoScrolling * * @description - * By default, {@link ng.$anchorScroll $anchorScroll()} will automatically will detect changes to + * By default, {@link ng.$anchorScroll $anchorScroll()} will automatically detect changes to * {@link ng.$location#hash $location.hash()} and scroll to the element matching the new hash.
* Use this method to disable automatic scrolling. *