diff --git a/spec/index.bs b/spec/index.bs
index a734e5a3e..c3c2ee3df 100644
--- a/spec/index.bs
+++ b/spec/index.bs
@@ -678,7 +678,7 @@ or failure.
[pull request](https://github.com/whatwg/fetch/pull/1533) for details.
1. Let |config|, |configInWellKnown| both be null.
- 1. [=Fetch request=] with |wellKnownRequest| and |globalObject|, and with processResponseConsumeBody
+ 1. [=Fetch request=] with |wellKnownRequest| and |globalObject|, and with processResponseConsumeBody
set to the following steps given a response |response| and |responseBody|:
1. Let |json| be the result of [=extract the JSON fetch response=] from |response| and
|responseBody|.
@@ -725,7 +725,7 @@ or failure.
with [=request/mode=] set to "user-agent-no-cors". See the relevant
[pull request](https://github.com/whatwg/fetch/pull/1533) for details.
- 1. [=Fetch request=] with |configRequest| and |globalObject|, and with processResponseConsumeBody
+ 1. [=Fetch request=] with |configRequest| and |globalObject|, and with processResponseConsumeBody
set to the following steps given a response |response| and |responseBody|:
1. Let |json| be the result of [=extract the JSON fetch response=] from |response| and
|responseBody|.
@@ -819,7 +819,7 @@ To fetch the accounts list given an {{IdentityProviderAPIConfig}} |co
[pull request](https://github.com/whatwg/fetch/pull/1533) for details.
1. Let |accountsList| be null.
- 1. [=Fetch request=] with |request| and |globalObject|, and with processResponseConsumeBody
+ 1. [=Fetch request=] with |request| and |globalObject|, and with processResponseConsumeBody
set to the following steps given a response |response| and |responseBody|:
1. Let |json| be the result of [=extract the JSON fetch response=] from |response| and
|responseBody|.
@@ -880,7 +880,7 @@ To fetch the account picture given an {{IdentityProviderAccount}} |ac
with [=request/mode=] set to "user-agent-no-cors". See the relevant
[pull request](https://github.com/whatwg/fetch/pull/1533) for details.
- 1. [=Fetch request=] with |pictureRequest| and |globalObject|, and with processResponseConsumeBody
+ 1. [=Fetch request=] with |pictureRequest| and |globalObject|, and with processResponseConsumeBody
set to the following steps given a response and a |responseBody|:
1. If |responseBody| is null or failure, the user agent may choose an arbitrary placeholder image
and associate it with the |account|.
@@ -942,7 +942,7 @@ To fetch an identity assertion given a {{USVString}}
[pull request](https://github.com/whatwg/fetch/pull/1533) for details.
1. Let |credential| be null.
- 1. [=Fetch request=] with |request| and |globalObject|, and with processResponseConsumeBody
+ 1. [=Fetch request=] with |request| and |globalObject|, and with processResponseConsumeBody
set to the following steps given a response |response| and |responseBody|:
1. Let |json| be the result of [=extract the JSON fetch response=] from |response| and
|responseBody|.
@@ -1041,7 +1041,7 @@ an {{IdentityProviderConfig}} |provider|, run the following steps. This returns
[pull request](https://github.com/whatwg/fetch/pull/1533) for details.
1. Let |metadata| be null.
- 1. [=Fetch request=] with |request| and |globalObject|, and with processResponseConsumeBody
+ 1. [=Fetch request=] with |request| and |globalObject|, and with processResponseConsumeBody
set to the following steps given a response |response| and |responseBody|:
1. Let |json| be the result of [=extract the JSON fetch response=] from |response| and
|responseBody|.