diff --git a/spec.html b/spec.html
index 85ee0e682c..61d0359658 100644
--- a/spec.html
+++ b/spec.html
@@ -42252,7 +42252,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 .
@@ -45432,7 +45432,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_).