From 53abd3fba779c63e096af04663b898767bce36f3 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/directive.ngdoc') diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 14970b65..ba87f285 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -231,7 +231,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