Skip to content

Commit 08372cf

Browse files
author
Chris Peyer
committed
docs: Fix extra "will" in ui-sref-active-eq
The word “will” is repeated twice.
1 parent e1d370c commit 08372cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stateDirectives.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function $StateRefDirective($state, $timeout) {
217217
* @restrict A
218218
*
219219
* @description
220-
* The same as {@link ui.router.state.directive:ui-sref-active ui-sref-active} but will will only activate
220+
* The same as {@link ui.router.state.directive:ui-sref-active ui-sref-active} but will only activate
221221
* when the exact target state used in the `ui-sref` is active; no child states.
222222
*
223223
*/

0 commit comments

Comments
 (0)