diff --git a/spec.html b/spec.html
index 79783f1dfa..d198b99ef9 100644
--- a/spec.html
+++ b/spec.html
@@ -36749,7 +36749,7 @@
The Strict Mode of ECMAScript
The identifier `eval` or `arguments` may not appear as the |LeftHandSideExpression| of an Assignment operator () or of a |UpdateExpression| () or as the |UnaryExpression| operated upon by a Prefix Increment () or a Prefix Decrement () operator.
- Arguments objects for strict functions defines a non-configurable accessor property `"callee"` which throw a *TypeError* exception on access ().
+ Arguments objects for strict functions define a non-configurable accessor property `"callee"` which throws a *TypeError* exception on access ().
Arguments objects for strict functions do not dynamically share their array indexed property values with the corresponding formal parameter bindings of their functions. ().