diff --git a/spec.html b/spec.html
index 58e9ee0586..a21b00ab49 100644
--- a/spec.html
+++ b/spec.html
@@ -2916,7 +2916,7 @@
Object Internal Methods and Internal Slots
[[OwnPropertyKeys]]
- ( ) → List of propertyKey
+ ( ) → List of property keys
|
Return a List whose elements are all of the own property keys for the object.
@@ -5798,7 +5798,7 @@ Testing and Comparison Operations
RequireObjectCoercible (
_argument_: unknown,
- )
+ ): a Completion Record
|