Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit dfbe69c

Browse files
cflynn07caitp
authored andcommitted
docs($interval): fix typo in example
It's not "nis", it's "is"! 〜( ̄▽ ̄)〜 Closes #8711
1 parent 1339c11 commit dfbe69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/interval.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function $IntervalProvider() {
8080
* };
8181
*
8282
* $scope.$on('$destroy', function() {
83-
* // Make sure that the interval nis destroyed too
83+
* // Make sure that the interval is destroyed too
8484
* $scope.stopFight();
8585
* });
8686
* }])

0 commit comments

Comments
 (0)