Skip to content

Commit 2cb9b0f

Browse files
authored
chore(useLatest): fix spelling (#2703)
1 parent c7bb04c commit 2cb9b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hooks/src/useLatest/demo/demo1.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default () => {
3232
return (
3333
<>
3434
<p>count(useLatest): {count}</p>
35-
<p>count(defult): {count2}</p>
35+
<p>count(default): {count2}</p>
3636
</>
3737
);
3838
};

0 commit comments

Comments
 (0)