diff --git a/spec.html b/spec.html
index 868f1ea0d2c..11f5cbed29f 100644
--- a/spec.html
+++ b/spec.html
@@ -16696,7 +16696,7 @@
Static Semantics: Early Errors
- It is a Syntax Error if the source code matching this production is strict mode code.
- In non-strict code, this syntax is legacy.
+ In non-strict code, this syntax is Legacy.
It is possible for string literals to precede a Use Strict Directive that places the enclosing code in strict mode, and implementations must take care to enforce the above rules for such literals. For example, the following source text contains a Syntax Error: