diff --git a/index.bs b/index.bs index 3076f2c59..7bd6b9901 100644 --- a/index.bs +++ b/index.bs @@ -2746,7 +2746,7 @@ Instances of {{WritableStream}} are created with the internal slots described in \[[state]] A string containing the stream's current state, used internally; one of - "writable", "closed", or "errored" + "writable", "closed", "erroring", or "errored" \[[storedError]] @@ -2766,7 +2766,7 @@ Instances of {{WritableStream}} are created with the internal slots described in \[[writeRequests]] A List of promises representing the stream's internal queue of write requests not yet - processed by the underlying sink. + processed by the underlying sink