Skip to content

Commit 75473e0

Browse files
committed
Fix typo
1 parent 6a22313 commit 75473e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ InterstitialAdManager.showAd(placementId)
8989
.catch(error => {});
9090
```
9191

92-
The `showAd` method returns a promise that will be resolves once the ad has been either dismissed or clicked by the user. The promise will reject if an erros occurs before displaying the ad, such as a network error.
92+
The `showAd` method returns a promise that will be resolves once the ad has been either dismissed or clicked by the user. The promise will reject if an error occurs before displaying the ad, such as a network error.
9393

9494
### Native Ads
9595

0 commit comments

Comments
 (0)