From f98b38808697deded66e8c2429a3eac4d22a6236 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Thu, 2 Sep 2021 15:13:59 +0500 Subject: [PATCH] fix typo --- docs/docs/migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/migrating.md b/docs/docs/migrating.md index 5e389d7d..e82363d4 100644 --- a/docs/docs/migrating.md +++ b/docs/docs/migrating.md @@ -17,7 +17,7 @@ pod 'Google-Mobile-Ads-SDK' pod 'GoogleMobileAdsMediationFacebook' ``` -Then run `pod update` & `pod install`. If you are upgading, then run, `pod install --repo-update` +Then run `pod update` & `pod install`. If you are upgrading, then run, `pod install --repo-update` ### Rename `onUnifiedNativeAdLoaded` to `onNativeAdLoaded`