diff --git a/guide/english/html/attributes/input-checked-attribute/index.md b/guide/english/html/attributes/input-checked-attribute/index.md
index 1e3db55595..d6633749bc 100644
--- a/guide/english/html/attributes/input-checked-attribute/index.md
+++ b/guide/english/html/attributes/input-checked-attribute/index.md
@@ -20,4 +20,4 @@ The checked attribute can also be set after the page load, through JavaScript.
```
-In the example above when the web page is loaded by default the first checkbox will come automatically selected due to the checked attribute.
+In the example above when the web page is loaded by default the second checkbox will come automatically selected due to the checked attribute.