docs: replaces on with of (#36773)

Closes #36770
PR Close #36773
This commit is contained in:
Sonu Kapoor 2020-04-22 17:03:13 -04:00 committed by Misko Hevery
parent 019835c721
commit 352b9c78e0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ to provide semantic meaning where it might otherwise be missing.
Use [attribute binding](guide/template-syntax#attribute-binding) template syntax to control the values of accessibility-related attributes.
When binding to ARIA attributes in Angular, you must use the `attr.` prefix, as the ARIA
specification depends specifically on HTML attributes rather than properties on DOM elements.
specification depends specifically on HTML attributes rather than properties of DOM elements.
```html
<!-- Use attr. when binding to an ARIA attribute -->