From f0fe8e81c3de42a1fc85174237482f98e6202770 Mon Sep 17 00:00:00 2001
From: Mike Hardy <github@mikehardy.net>
Date: Thu, 8 Sep 2022 17:53:36 -0500
Subject: [PATCH] fix(ios, config): fix typo in ios_app_id error message

Noted in #219
---
 ios_config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ios_config.sh b/ios_config.sh
index 61251e5c..98a2216a 100755
--- a/ios_config.sh
+++ b/ios_config.sh
@@ -131,7 +131,7 @@ if ! [[ -f "${_TARGET_PLIST}" ]]; then
 fi
 
 if ! [[ $_IOS_APP_ID ]]; then
-  echo "error: ios_appd_id key not found in react-native-google-mobile-ads key in app.json. App will crash without it."
+  echo "error: ios_app_id key not found in react-native-google-mobile-ads key in app.json. App will crash without it."
   exit 1
 fi