diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md index 82af74b934..b4ab940d55 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -346,13 +346,13 @@ In the following example, the two-way binding means that `optionName` should be written when the `valueChange` event fires. ```html - ``` However, in practice, Angular simply ignores two-way bindings to template variables. Starting in version 8, attempting to write to template variables is deprecated. In a future version, we will throw to indicate that the write is not supported. ```html - ``` {@a binding-to-innertext}