`
// #enddocregion template
diff --git a/public/docs/_examples/lifecycle-hooks/ts/app/spy.directive.ts b/public/docs/_examples/lifecycle-hooks/ts/app/spy.directive.ts
index 8e3ee0e4c2..0da6d9aa5b 100644
--- a/public/docs/_examples/lifecycle-hooks/ts/app/spy.directive.ts
+++ b/public/docs/_examples/lifecycle-hooks/ts/app/spy.directive.ts
@@ -6,8 +6,8 @@ let nextId = 1;
// #docregion spy-directive
// Spy on any element to which it is applied.
-// Usage: