From 352b9c78e08380dcb43ff924615fd0b189706922 Mon Sep 17 00:00:00 2001 From: Sonu Kapoor Date: Wed, 22 Apr 2020 17:03:13 -0400 Subject: [PATCH] docs: replaces on with of (#36773) Closes #36770 PR Close #36773 --- aio/content/guide/accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/accessibility.md b/aio/content/guide/accessibility.md index 65a0809c07..600804ace0 100644 --- a/aio/content/guide/accessibility.md +++ b/aio/content/guide/accessibility.md @@ -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