We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12e37a commit 5bdd116Copy full SHA for 5bdd116
source/plugin/Assets/GoogleMobileAds/Common/Utils.cs
@@ -26,7 +26,7 @@ public static void CheckInitialization()
26
{
27
if (!MobileAdsEventExecutor.IsActive())
28
29
- Debug.Log("You intitialized an ad object but have not yet called " +
+ Debug.Log("You initialized an ad object but have not yet called " +
30
"MobileAds.Initialize(). We highly recommend you call " +
31
"MobileAds.Initialize() before interacting with the Google " +
32
"Mobile Ads SDK.");
0 commit comments