From 7bf32ccadb098d93c162de53b0e64d1ff188e82f Mon Sep 17 00:00:00 2001 From: Srinivas Kusunam Date: Fri, 22 Mar 2013 14:25:29 -0500 Subject: docs(directive): fix typo --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide') diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index cf70ad10..7e17f6c9 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -206,7 +206,7 @@ In this example we will build a directive that displays the current time. } // listen on DOM destroy (removal) event, and cancel the next UI update - // to prevent updating time ofter the DOM element was removed. + // to prevent updating time after the DOM element was removed. element.bind('$destroy', function() { $timeout.cancel(timeoutId); }); -- cgit v1.2.3