diff --git a/spec.html b/spec.html
index d86ba41e00..718071c076 100644
--- a/spec.html
+++ b/spec.html
@@ -15128,7 +15128,7 @@
Static Semantics: AssignmentTargetType
Runtime Semantics: Evaluation
- The production A : A @ B, where @ is one of the bitwise operators in the productions above, is evaluated as follows:
+ The production A : A @ B, where @ is one of the bitwise operators in the productions above, is evaluated as follows:
1. Let _lref_ be the result of evaluating _A_.
1. Let _lval_ be ? GetValue(_lref_).