Skip to content

Commit

Permalink
fix: clarify wording in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Schreiber <[email protected]>
  • Loading branch information
tm-ruxandra and paulschreiber authored Mar 14, 2024
1 parent 7110c18 commit dfb8bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation/navigationContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit dfb8bb4

Please sign in to comment.