diff --git a/spec.html b/spec.html
index e59d4f5c92..21cd70107a 100644
--- a/spec.html
+++ b/spec.html
@@ -11441,7 +11441,7 @@
1. Let _M_ and _N2_ be the indirection values provided when this binding for _N_ was created.
1. Let _targetEnv_ be _M_.[[Environment]].
1. If _targetEnv_ is ~empty~, throw a *ReferenceError* exception.
- 1. Return ? _targetEnv_.GetBindingValue(_N2_, *true*).
+ 1. Return ? _targetEnv_.GetBindingValue(_N2_, *true*).
1. If the binding for _N_ in _envRec_ is an uninitialized binding, throw a *ReferenceError* exception.
1. Return the value currently bound to _N_ in _envRec_.