Skip to content

Commit

Permalink
chore: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed May 2, 2022
1 parent 5da4e23 commit 23a5719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-react/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ function usePrefetchBehavior(
};

React.useEffect(() => {
// If we navigate to a route that potentially prefetched for, unset
// If we navigate to a route that we potentially prefetched for, unset
// shouldPrefetch so that when we navigate away from this route the links
// don't get re-inserted and cause a dup call to the loader. We should
// require another intent to re-insert
Expand Down

0 comments on commit 23a5719

Please sign in to comment.