Skip to content

Commit

Permalink
Fix typo (mdn#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Jan 11, 2021
1 parent 255d1b3 commit c259a0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3 id="Parameters">Parameters</h3>
<dd>This is a method, called immediately when the object is constructed. The
contents of this method are defined by the developer, and should aim to get access
to the stream source, and do anything else required to set up the stream
fuctionality. If this process is to be done asynchronously, it can return a
functionality. If this process is to be done asynchronously, it can return a
promise to signal success or failure. The <code>controller</code> parameter passed
to this method is a {{domxref("ReadableStreamDefaultController")}} or a
{{domxref("ReadableByteStreamController")}}, depending on the value of the
Expand Down

0 comments on commit c259a0b

Please sign in to comment.