Skip to content

Commit

Permalink
feat: clearer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom committed Dec 24, 2022
1 parent d5619af commit cda1754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/BannerAdProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface BannerAdProps {
unitId: string;

/**
* The size of the banner. Can be a predefined size via `BannerAdSize` or custom dimensions, e.g. `300x200` or `300x` for adaptive height.
* The size of the banner. Can be a predefined size via `BannerAdSize` or custom dimensions (WxH), e.g. `300x200` or `300x` for adaptive height.
*
* Inventory must be available for the banner size specified, otherwise a no-fill error will be sent to `onAdFailedToLoad`.
*/
Expand Down

0 comments on commit cda1754

Please sign in to comment.