From dfb8bb42cb98bcc5e5f906e18b6cbf3518adbb7e Mon Sep 17 00:00:00 2001 From: tm-ruxandra Date: Thu, 14 Mar 2024 15:57:50 -0400 Subject: [PATCH] fix: clarify wording in comment Co-authored-by: Paul Schreiber --- src/navigation/navigationContext.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/navigation/navigationContext.js b/src/navigation/navigationContext.js index 1a383e2a7..e44c1a5f4 100644 --- a/src/navigation/navigationContext.js +++ b/src/navigation/navigationContext.js @@ -27,7 +27,7 @@ export const useNavigationBlocker = (when, message) => { const [blockedArgs, setBlockedArgs] = useState(); /* - * we cache a reference to the original push method if we don't have one yet, + * We store a reference to the original push method (if we don't have one yet), * so that we can be sure we're restoring the original when the blocker is * disabled or otherwised cleaned up. */