diff --git a/src/guide/a11y-semantics.md b/src/guide/a11y-semantics.md index abd376f30c..711e2db99b 100644 --- a/src/guide/a11y-semantics.md +++ b/src/guide/a11y-semantics.md @@ -159,7 +159,7 @@ Using [`aria-labelledby`](https://developer.mozilla.org/en-US/docs/Web/Accessibi

-You can see the description by instecting Chrome DevTools: +You can see the description by inspecting Chrome DevTools: ![Chrome Developer Tools showing input accessible name from aria-labelledby and description with aria-describedby](/images/AccessibleARIAdescribedby.png)