Skip to content

Commit

Permalink
remove an extra whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingxin Wu committed Oct 16, 2023
1 parent 65ce452 commit 6fe75a2
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 @@ -936,7 +936,7 @@ To <dfn>validate and convert auction ad config</dfn> given an {{AuctionAdConfig}

Note: The JavaScript code calling {{Navigator/runAdAuction()}} is responsible for resolving
|config|["{{AuctionAdConfig/directFromSellerSignalsHeaderAdSlot}}"] only when the {{Promise}}
returned from an associated {{WindowOrWorkerGlobalScope/fetch()}} that was made with the
returned from an associated {{WindowOrWorkerGlobalScope/fetch()}} that was made with the
{{RequestInit/adAuctionHeaders}} option set to `true` resolves or rejects. Otherwise, there
will be a race condition that the worklet can run without the direct from seller signals that
it needs. See [handling direct from seller signals](#handling-direct-from-seller-signals) for
Expand Down

0 comments on commit 6fe75a2

Please sign in to comment.