Skip to content

Commit 520f906

Browse files
Typo in floors.md (prebid#6195)
1 parent 28a378d commit 520f906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-docs/modules/floors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ Below is a chart explaining the behavior of currency conversion, if necessary, w
14341434
| bid.currency | bid.originalCurrency | floor.currency | result |
14351435
|---+---+---+---+---|
14361436
| USD | USD | USD | Bid.cpm is compared to floor. If bid meets or exceeds the floor, bid.originalCpm is sent to the ad server. |
1437-
| USD | USD | EUR | Bid.cpm is converted to EUR then compared with floor. If bid meets or exceeds the floor, bid.originaCpm is sent to the ad server. |
1437+
| USD | USD | EUR | Bid.cpm is converted to EUR then compared with floor. If bid meets or exceeds the floor, bid.originalCpm is sent to the ad server. |
14381438
| USD | EUR | EUR | bid.originalCpm is compared to floor. If bid meets or exceeds the floor, bid.Cpm is sent to the ad server. |
14391439
| USD | JPY | EUR | Bid.cpm is converted to EUR then compared with floor. If bid meets or exceeds the floor, bid.Cpm is sent to the ad server. |
14401440
| EUR | USD | EUR | Bid.cpm is compared to floor. If bid meets or exceeds the floor, bid.Cpm is sent to the ad server. |

0 commit comments

Comments
 (0)