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

Commit bd5a0a2

Browse files
doc++
1 parent 05f3c2e commit bd5a0a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ADMOB.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Note that an interstitial is supposed to be hidden by clicking the close button,
8383

8484
There's two ways how you can use this function:
8585

86-
* *RECOMMENDED*: without arguments, and after the Promise of `preloadInterstitial` resolves. This will show the interstitial immediately.
87-
* *DEPRECATED*: with arguments (same as `preloadInterstitial`). This will preload and _then_ show the interstitial, so a delay will be noticable by the user, which is against Google's policies.
86+
* **RECOMMENDED**: without arguments, and after the Promise of `preloadInterstitial` resolves. This will show the interstitial immediately.
87+
* **DEPRECATED**: with arguments (same as `preloadInterstitial`). This will preload and *then* show the interstitial, so a delay will be noticable by the user, which is against Google's policies.
8888

8989
```js
9090
firebase.admob.preloadInterstitial({

0 commit comments

Comments
 (0)