Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(useLatest): fix spelling
Browse files Browse the repository at this point in the history
xbsheng committed Dec 17, 2024
1 parent c7bb04c commit deefa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hooks/src/useLatest/demo/demo1.tsx
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ export default () => {
return (
<>
<p>count(useLatest): {count}</p>
<p>count(defult): {count2}</p>
<p>count(default): {count2}</p>
</>
);
};

0 comments on commit deefa91

Please sign in to comment.