Skip to content

Commit fd94c6a

Browse files
djhifzaninotto
andauthored
Apply suggestions from code review
Co-authored-by: Francois Zaninotto <[email protected]>
1 parent 7d3d2e2 commit fd94c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/src/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const useIsOnline = () => {
6161
};
6262

6363
/**
64-
* When react-query resume persisted mutations through their default functions (provided in the getOfflineFirstQueryClient file) after the browser tab
64+
* When react-query resumes persisted mutations through their default functions (provided in the getOfflineFirstQueryClient file) after the browser tab
6565
* has been closed, it cannot handle their side effects unless we set up some defaults. In order to leverage the react-admin notification system
6666
* we add a default onSettled function to the mutation defaults here.
6767
*/

0 commit comments

Comments
 (0)