docs($anchorScrollProvider): remove repeated word

Closes #10093
This commit is contained in:
samuel durand
2014-11-17 09:59:47 +00:00
committed by Peter Bacon Darwin
parent eec2020518
commit 4d885cbd62

View File

@@ -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.<br />
* Use this method to disable automatic scrolling.
*