Skip to content

Commit 7bf32cc

Browse files
Srinivas KusunamIgorMinar
Srinivas Kusunam
authored andcommitted
docs(directive): fix typo
1 parent f5c1886 commit 7bf32cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ In this example we will build a directive that displays the current time.
206206
}
207207

208208
// listen on DOM destroy (removal) event, and cancel the next UI update
209-
// to prevent updating time ofter the DOM element was removed.
209+
// to prevent updating time after the DOM element was removed.
210210
element.bind('$destroy', function() {
211211
$timeout.cancel(timeoutId);
212212
});

0 commit comments

Comments
 (0)