diff --git a/understanding/21/concurrent-input-mechanisms.html b/understanding/21/concurrent-input-mechanisms.html
index 388bc9082a..78ea7ce154 100644
--- a/understanding/21/concurrent-input-mechanisms.html
+++ b/understanding/21/concurrent-input-mechanisms.html
@@ -46,10 +46,10 @@
Examples
@@ -59,7 +59,7 @@ Techniques
Sufficient
- Only using high-level, input-agnostic event handlers, such as
focus
, blur
, click
, in Javascript (Potential future technique).
- - Registering event handlers for keyboard/keyboard-like and pointer inputs simultaneously in Javascript; see Example 1 in Pointer Events Level 2 (Potential future technique)
+ - Registering event handlers for keyboard/keyboard-like and pointer inputs simultaneously in Javascript; see Example 1 in Pointer Events Level 2 (Potential future technique)