Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed typo
Fixed typo in Ad Unit dartdocs.

Co-authored-by: Mouad Debbar <[email protected]>
  • Loading branch information
ditman and mdebbar authored Dec 9, 2024
commit a9d44d9871c4a4b90e42e8df7085961560b59362
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class AdUnitParams {
/// Identifies AdSense publisher account. Should be passed on initialization
static const String AD_CLIENT = 'adClient';

/// Identifies specific ad unit from AdSense console. Can be taken from the ad unit HTML snippet under `data-ad-slot` parameter
/// Identifies a specific ad unit from AdSense console. Can be taken from the ad unit HTML snippet under `data-ad-slot` parameter
static const String AD_SLOT = 'adSlot';

/// (Optional) Specify a general shape (desktop only) (horizontal, vertical, and/or rectangle) that your ad unit should conform to
Expand Down
Loading