From 47b1ca8df82a83a7ea7739df29d0d4d10ac84792 Mon Sep 17 00:00:00 2001 From: Bora Lee Date: Wed, 21 Apr 2021 12:51:22 +0900 Subject: [PATCH] Fix grammar and wrong information --- 2-ui/4-forms-controls/2-focus-blur/article.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2-ui/4-forms-controls/2-focus-blur/article.md b/2-ui/4-forms-controls/2-focus-blur/article.md index d4348d25..b866a5e2 100644 --- a/2-ui/4-forms-controls/2-focus-blur/article.md +++ b/2-ui/4-forms-controls/2-focus-blur/article.md @@ -104,7 +104,7 @@ The best recipe is to be careful when using these events. If we want to track us ``` ## Allow focusing on any element: tabindex -By default many elements do not support focusing. +By default, many elements do not support focusing. The list varies a bit between browsers, but one thing is always correct: `focus/blur` support is guaranteed for elements that a visitor can interact with: `