diff --git a/html-aam/index.html b/html-aam/index.html
index 6227fb561..a6ada10c2 100644
--- a/html-aam/index.html
+++ b/html-aam/index.html
@@ -16105,7 +16105,7 @@
`input type="button"`, `input type="submit"` and `input type="reset"` Elemen
use the value of the control's `value` attribute.
For `input type=submit` and `type=reset`:
- if the accessible name is still empty, and the `value` attribute is unspecified use the
+ if the accessible name is still empty, and the `value` attribute is unspecified, use the
implementation defined string respective to the input type.
For instance, a localized string of the word "submit" or "reset" respective to the type of `input`.