Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit e295d5b

Browse files
Merge pull request #1095 from vratojr/master
Corrected misleading documentation.
2 parents 1b7f2ae + 1c1d9a8 commit e295d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ADMOB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Go [manage your AdMob app](https://apps.admob.com/#account/appmgmt:) and grab th
4848
size: firebase.admob.AD_SIZE.SMART_BANNER, // see firebase.admob.AD_SIZE for all options
4949
margins: { // optional nr of device independent pixels from the top or bottom (don't set both)
5050
bottom: 10,
51-
top: 0
51+
top: -1
5252
},
5353
androidBannerId: "ca-app-pub-9517346003011652/7749101329",
5454
iosBannerId: "ca-app-pub-9517346003011652/3985369721",

0 commit comments

Comments
 (0)