diff --git a/spec.html b/spec.html
index de6055b5c6..31b05e8afe 100644
--- a/spec.html
+++ b/spec.html
@@ -42372,7 +42372,7 @@
Abstract Operations For Set Objects
Set Records
- An Set Record is a Record value used to encapsulate the interface of a Set or similar object.
+ A Set Record is a Record value used to encapsulate the interface of a Set or similar object.
Set Records have the fields listed in .
@@ -45552,7 +45552,7 @@ Atomics.wait ( _typedArray_, _index_, _value_, _timeout_ )
Atomics.waitAsync ( _typedArray_, _index_, _value_, _timeout_ )
- This function returns a Promise that is resolved when the calling agent is notified or the the timeout is reached.
+ This function returns a Promise that is resolved when the calling agent is notified or the timeout is reached.
It performs the following steps when called:
1. Return ? DoWait(~async~, _typedArray_, _index_, _value_, _timeout_).