diff --git a/src/ng/interval.js b/src/ng/interval.js index 9e0656eb48bd..06b100981ed8 100644 --- a/src/ng/interval.js +++ b/src/ng/interval.js @@ -80,7 +80,7 @@ function $IntervalProvider() { * }; * * $scope.$on('$destroy', function() { - * // Make sure that the interval nis destroyed too + * // Make sure that the interval is destroyed too * $scope.stopFight(); * }); * }])