diff --git a/spec/index.bs b/spec/index.bs
index d8753de..e023b1b 100644
--- a/spec/index.bs
+++ b/spec/index.bs
@@ -384,7 +384,7 @@ interface TrustedHTML {
};
-TrustedHTML objects have a \[[Data]] internal slot which holds a
+TrustedHTML objects have a \[[Data]] internal slot which holds a
DOMString. The slot's value is set when the object is created, and
will never change during its lifetime.
@@ -410,7 +410,7 @@ interface TrustedScript {
};
-TrustedScript objects have a \[[Data]] internal slot which holds a
+TrustedScript objects have a \[[Data]] internal slot which holds a
DOMString. The slot's value is set when the object is created, and
will never change during its lifetime.
@@ -436,7 +436,7 @@ interface TrustedScriptURL {
};
-TrustedScriptURL objects have a \[[Data]] internal slot which holds a
+TrustedScriptURL objects have a \[[Data]] internal slot which holds a
USVString. The slot's value is set when the object is created, and
will never change during its lifetime.