From 237047a2988544fba94001b19f9d53b246fb99ce Mon Sep 17 00:00:00 2001 From: David Warrington Date: Sun, 20 Sep 2020 11:23:45 +0100 Subject: [PATCH] fix: change "an matching id" to "a matching id" --- src/guide/a11y-semantics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/a11y-semantics.md b/src/guide/a11y-semantics.md index 884d34d9d4..abd376f30c 100644 --- a/src/guide/a11y-semantics.md +++ b/src/guide/a11y-semantics.md @@ -60,7 +60,7 @@ Though you might have seen labels wrapping the input fields like this: ``` -Explicitly setting the labels with an matching id is better supported by assistive technology. +Explicitly setting the labels with a matching id is better supported by assistive technology. ::: #### aria-label