diff --git a/techniques/general/G224.html b/techniques/general/G224.html
index a456591fbc..c7a4bef11a 100644
--- a/techniques/general/G224.html
+++ b/techniques/general/G224.html
@@ -153,7 +153,7 @@
Tests
Procedure for list example
- Display the web page in a user agent where the page can be zoomed, or the user agent can be resized.
- - Zoom in or resize the browser window so that the viewport is equivallent to 320 CSS pixels wide.
+ - Zoom in or resize the browser window so that the viewport is equivalent to 320 CSS pixels wide.
- The list content fits within the width so that it is only necessary so scroll vertically to read the list.
- Or, each nested list can be horizontally scrolled into view. Only vertical scrolling is necessary to read the content of list items within each specific nested list level.
@@ -167,7 +167,7 @@ Tests
Procedure for code snippets
- Display the web page in a user agent where the page can be zoomed, or the user agent can be resized.
- - Zoom in or resize the browser window so that the viewport is equivallent to 320 CSS pixels wide.
+ - Zoom in or resize the browser window so that the viewport is equivalent to 320 CSS pixels wide.
- The code snippets fits within the width so that it is only necessary so scroll vertically to read each line of code.
- Or, for code where non-wrapping lines are not essential, the code wraps or a mechanism is provided to allow line wrapping.
- Or, the indentation and linebreaks are meaningful to the code language.