diff --git a/aio/content/guide/template-syntax.md b/aio/content/guide/template-syntax.md index 4c6c481241..9c5f58c1d1 100644 --- a/aio/content/guide/template-syntax.md +++ b/aio/content/guide/template-syntax.md @@ -142,7 +142,7 @@ The `hero` in `{{hero.name}}` refers to the template input variable, not the component's property. Template expressions cannot refer to anything in -the global namespace. They can't refer to `window` or `document`. They +the global namespace (except `undefined`). They can't refer to `window` or `document`. They can't call `console.log` or `Math.max`. They are restricted to referencing members of the expression context.