Skip to content

Commit

Permalink
is are -> are
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingxin Wu committed Jul 14, 2023
1 parent 9beefe2 commit 6279478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ To <dfn>validate fetching response</dfn> given a [=response=] |response|, null,
1. Return false if any of the following conditions hold:
* |mimeTypeCharset| does not [=map/exist=], or |mimeTypeCharset| is "utf-8", and |responseBody|
is not [=UTF-8=] encoded;
* |mimeTypeCharset| is "us-ascii", and not all bytes in |responseBody| is are [=ASCII bytes=].
* |mimeTypeCharset| is "us-ascii", and not all bytes in |responseBody| are [=ASCII bytes=].
1. Return true.
</div>

Expand Down

0 comments on commit 6279478

Please sign in to comment.