Skip to content

Commit

Permalink
Replace return with resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Jun 10, 2024
1 parent 8e59095 commit e2ad8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ parallel</a>:
2. Run the <a>request Picture-in-Picture algorithm</a> with |video|.
3. If the previous step threw an exception, reject |promise| with that
exception and abort these steps.
4. Return |promise| with the <a>Picture-in-Picture window</a> associated with
4. [=/Resolve=] |promise| with the <a>Picture-in-Picture window</a> associated with
{{pictureInPictureElement}}.

## Extensions to <code>Document</code> ## {#document-extensions}
Expand Down

0 comments on commit e2ad8bc

Please sign in to comment.