diff --git a/spec/index.bs b/spec/index.bs
index a58d8532..70ea88ac 100644
--- a/spec/index.bs
+++ b/spec/index.bs
@@ -711,8 +711,8 @@ dictionary IdentityCredentialErrorInit {
-The {{IdentityCredentialError/constructor()}}, given a |realm|, a {{DOMString}} |message| and a
- {{IdentityCredentialErrorInit}} |options| must run the following steps:
+Given a |realm|, a {{DOMString}} |message|, and an {{IdentityCredentialErrorInit}} |options|, the
+{{IdentityCredentialError/constructor()}} must run the following steps:
1. Invoke the {{DOMException}}'s {{DOMException/constructor()}}, passing |realm| and |message|.
1. Set
this.{{IdentityCredentialError/error}} to |options|.{{IdentityCredentialError/error}}
if it is present in |options|, or to "" otherwise.
@@ -894,7 +894,7 @@ algorithm is invoked, the user agent MUST execute the following steps. This retu
However, UAs may have different UI approaches here and prevent it in a different way.
1. [=Queue a global task=] on the [=DOM manipulation task source=]
to throw a new "{{NetworkError}}" {{DOMException}}.
- 1. Otherwise, return |credential| (this may throw since it may be an
+ 1. Else, return |credential| (this may throw, since it may be an
{{IdentityCredentialError}}).
@@ -1020,8 +1020,8 @@ throwing the exception.
the user agent MAY show some UI to the user indicating that they are being