Skip to content

Commit

Permalink
fix: typo in removing-effect-dependencies.md (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
loveloki authored Nov 15, 2024
2 parents 46f843c + 2c225f2 commit b2351cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/removing-effect-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ export default function Timer() {
<>
<h1>
计数器:{count}
<button onClick={() => setCount(0)}>重制</button>
<button onClick={() => setCount(0)}>重置</button>
</h1>
<hr />
<p>
Expand Down

0 comments on commit b2351cf

Please sign in to comment.