Skip to content

Commit c72760e

Browse files
committed
linter fixes
1 parent d8303d0 commit c72760e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-docs/publisher-api-reference/setConfig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,14 +1394,14 @@ The Previous Auction Info module enables functionality to collect prior auction
13941394
pbjs.setConfig({previousAuctionInfo: true})
13951395
```
13961396

1397-
2. Only bid adapters who have enabled this feature will be able to utilize it. To do this, a bid adapter must add the following to their bidAdapter.js file:
1397+
1. Only bid adapters who have enabled this feature will be able to utilize it. To do this, a bid adapter must add the following to their bidAdapter.js file:
13981398

13991399
```javascript
14001400
import { enablePreviousAuctionInfo } from '../libraries/previousAuctionInfo/previousAuctionInfo.js';
14011401
enablePreviousAuctionInfo({ bidderCode: 'some bidder code' });
14021402
```
14031403

1404-
3. Only valid bid requests submitted by bidders who have enabled the Previous Auction Info module will be permitted.
1404+
1. Only valid bid requests submitted by bidders who have enabled the Previous Auction Info module will be permitted.
14051405

14061406
If the requirements above are met, the flow for how the module works is as follows:
14071407

0 commit comments

Comments
 (0)