diff --git a/spec.html b/spec.html
index 6527368adf..47324e4ee3 100644
--- a/spec.html
+++ b/spec.html
@@ -52037,7 +52037,7 @@
synchronizes-with
For events _S_ and _Sw_, _S_ synchronizes-with _Sw_ in _execution_ if _eventsRecord_.[[AgentSynchronizesWith]] contains (_S_, _Sw_).
- For events _E_ and _D_, _E_ synchronizes-with _D_ in _execution_ if _execution_.[[HostSynchronizesWith]] contains (_E_, _D_).
+ For events _E_ and _D_, _E_ synchronizes-with _D_ in _execution_ if _E_ host-synchronizes-with _D_ in _execution_.
@@ -53735,7 +53735,6 @@ Host-defined Fields
[[HostDefined]] on Script Records: See .
[[HostDefined]] on Module Records: See .
[[HostDefined]] on JobCallback Records: See .
- [[HostSynchronizesWith]] on Candidate Executions: See .
[[IsHTMLDDA]]: See .