Skip to content

Commit

Permalink
Editorial: fix incorrect variable name in 'create a Request object'
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Sep 26, 2022
1 parent 89536c6 commit b3ac07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6997,7 +6997,7 @@ object), initially null.
<li><p>Set <var>requestObject</var>'s <a for=Request>signal</a> to a <a for=/>new</a>
{{AbortSignal}} object with <var>realm</var>.

<li><p>Return <var>request</var>.
<li><p>Return <var>requestObject</var>.
</ol>

<hr>
Expand Down

0 comments on commit b3ac07c

Please sign in to comment.