Skip to content

Commit 8e310bd

Browse files
muhaimincstannerlinsley
authored andcommitted
fix typo (TanStack#1815)
1 parent c7b146c commit 8e310bd

File tree

1 file changed

+1
-1
lines changed
  • examples/kitchen-sink/src

1 file changed

+1
-1
lines changed

examples/kitchen-sink/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ function App() {
617617
)
618618
}
619619

620-
// After data chagnes, we turn the flag back off
620+
// After data changes, we turn the flag back off
621621
// so that if data actually changes when we're not
622622
// editing it, the page is reset
623623
React.useEffect(() => {

0 commit comments

Comments
 (0)