From c10dce49b546447d8f52327ec03031312fc4b94e Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 24 Jul 2025 14:11:48 -0700 Subject: [PATCH] typos --- src/lib/hooks/useOTAUpdates.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/hooks/useOTAUpdates.ts b/src/lib/hooks/useOTAUpdates.ts index d57b00f78e..f679ee3db4 100644 --- a/src/lib/hooks/useOTAUpdates.ts +++ b/src/lib/hooks/useOTAUpdates.ts @@ -81,7 +81,7 @@ export function useApplyPullRequestOTAUpdate() { logger.debug('Attempting to fetch update...') await fetchUpdateAsync() Alert.alert( - 'Deployment Availalbe', + 'Deployment Available', `A new deployment of ${channel} is availalble. Relaunch now?`, [ { @@ -190,7 +190,7 @@ export function useOTAUpdates() { }, []) React.useEffect(() => { - // We don't need to check anything if the curernt update is a PR update + // We don't need to check anything if the current update is a PR update if (currentChannel?.startsWith('pull-request')) { return }