From 4976d7da19f44ba0403f4042992f24665ce3e647 Mon Sep 17 00:00:00 2001 From: DY_XiaoDong Date: Fri, 26 Apr 2024 12:03:30 +0800 Subject: [PATCH] typo: Chrome should be capitalized (#2832) --- src/guide/best-practices/accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/best-practices/accessibility.md b/src/guide/best-practices/accessibility.md index 03bfc700..f6633c29 100644 --- a/src/guide/best-practices/accessibility.md +++ b/src/guide/best-practices/accessibility.md @@ -169,7 +169,7 @@ Provide labels to describe the purpose of all form control; linking `for` and `i -If you inspect this element in your chrome developer tools and open the Accessibility tab inside the Elements tab, you will see how the input gets its name from the label: +If you inspect this element in your Chrome DevTools and open the Accessibility tab inside the Elements tab, you will see how the input gets its name from the label: ![Chrome Developer Tools showing input accessible name from label](./images/AccessibleLabelChromeDevTools.png)