From 6ab703ea99bbead7a4f3618c73c1f2bca02f3357 Mon Sep 17 00:00:00 2001
From: Santino Valenzuela <41457708+valenzsa@users.noreply.github.com>
Date: Sat, 10 Nov 2018 12:51:44 -0500
Subject: [PATCH] Fixes typo under "What does this button do" (#22928)
Fixes typo under "What does this button do" heading from "kinda" to "kind of".
---
guide/english/accessibility/accessibility-basics/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guide/english/accessibility/accessibility-basics/index.md b/guide/english/accessibility/accessibility-basics/index.md
index 399764d549..27e42b5abd 100644
--- a/guide/english/accessibility/accessibility-basics/index.md
+++ b/guide/english/accessibility/accessibility-basics/index.md
@@ -133,7 +133,7 @@ The WCAG has contrast ratios for smaller and larger letters and there's plenty o
A good place to start checking color contrast is by using the [WebAIM](https://webaim.org/resources/contrastchecker/) color contrast checker.
### What does this button do?
-While we are on the topic of forms, let's quickly glance at the input
tag. This little guy is kinda important.
+While we are on the topic of forms, let's quickly glance at the input
tag. This little guy is kind of important.
When you put some input fields on a web page, you can use labels to ...well ...label them. However, putting them next to each other is not quite enough. The attribute you want is the for-attribute, which takes the ID of a subsequent input field. This way, assistive technologies know what label to associate with what form field.