From 6fe75a2b996c6ba54eeac25c3dd632450539890a Mon Sep 17 00:00:00 2001 From: Qingxin Wu Date: Mon, 16 Oct 2023 13:45:37 -0400 Subject: [PATCH] remove an extra whitespace. --- spec.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index ffe296658..2bc42fb0e 100644 --- a/spec.bs +++ b/spec.bs @@ -936,7 +936,7 @@ To validate and convert auction ad config 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