Skip to content

Commit

Permalink
Fix typo in warning (#5682)
Browse files Browse the repository at this point in the history
* Update prebid.js

fix typo in warning

* Update prebid.js

* Update prebid.js
  • Loading branch information
patmmccann authored Sep 2, 2020
1 parent bafa139 commit cb3a3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prebid.js
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ $$PREBID_GLOBAL$$.markWinningBidAsUsed = function (markBidRequest) {
} else if (markBidRequest.adId) {
bids = auctionManager.getBidsReceived().filter(bid => bid.adId === markBidRequest.adId);
} else {
utils.logWarn('Inproper usage of markWinningBidAsUsed. It\'ll need an adUnitCode and/or adId to function.');
utils.logWarn('Improper use of markWinningBidAsUsed. It needs an adUnitCode or an adId to function.');
}

if (bids.length > 0) {
Expand Down

0 comments on commit cb3a3b3

Please sign in to comment.