diff --git a/techniques/aria/ARIA19.html b/techniques/aria/ARIA19.html
index 9fcd8f18c4..0af24250d9 100644
--- a/techniques/aria/ARIA19.html
+++ b/techniques/aria/ARIA19.html
@@ -52,7 +52,7 @@
Injecting error messages into a container with role=alert already present in
Tests
Procedure
- - Determine that an empty error container
role=alert
or aria-live=assertive
attribute is present in the DOM at page load.
+ - Determine that an empty error container with
role=alert
or aria-live=assertive
attribute is present in the DOM at page load.
- Trigger the error that causes the content in the live region to appear or update.
- Determine that the error message was injected into the already present error container.
@@ -85,4 +85,4 @@ Resources