Skip to content

Commit 775865d

Browse files
authored
fix typo: instect -> inspect (#537)
1 parent c3d2c38 commit 775865d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/a11y-semantics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Using [`aria-labelledby`](https://developer.mozilla.org/en-US/docs/Web/Accessibi
159159
</p>
160160
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>
161161

162-
You can see the description by instecting Chrome DevTools:
162+
You can see the description by inspecting Chrome DevTools:
163163

164164
![Chrome Developer Tools showing input accessible name from aria-labelledby and description with aria-describedby](/images/AccessibleARIAdescribedby.png)
165165

0 commit comments

Comments
 (0)