Skip to content

Commit b8e0b88

Browse files
ingdasdistante
authored andcommitted
Typo in AdRewardInterstitialExecutor
1 parent 43afb8c commit b8e0b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/getcapacitor/community/admob/rewardedinterstitial/AdRewardInterstitialExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void prepareRewardInterstitialAd(final PluginCall call, BiConsumer<String
5757
@PluginMethod
5858
public void showRewardInterstitialAd(final PluginCall call, BiConsumer<String, JSObject> notifyListenersFunction) {
5959
if (mRewardedInterstitialAd == null) {
60-
String errorMessage = "No Reward Video Ad can be show. It was not prepared or maybe it failed to be prepared.";
60+
String errorMessage = "No Reward Interstitial Video Ad can be shown. It was not prepared or maybe it failed to be prepared.";
6161
call.reject(errorMessage);
6262
AdMobPluginError errorObject = new AdMobPluginError(-1, errorMessage);
6363
notifyListenersFunction.accept(RewardInterstitialAdPluginEvents.FailedToLoad, errorObject);

0 commit comments

Comments
 (0)