Skip to content

Commit 2d25f2b

Browse files
authored
Merge branch 'main' into fix/reusing-logic-particle-typo
2 parents 59d506b + 0edefc6 commit 2d25f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/learn/synchronizing-with-effects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ export default function Form() {
11121112
const [upper, setUpper] = useState(false);
11131113
return (
11141114
<>
1115-
<button onClick={() => setShow(s => !s)}>form {show ? '숨기기' : '보기'} form</button>
1115+
<button onClick={() => setShow(s => !s)}>form {show ? '숨기기' : '보기'}</button>
11161116
<br />
11171117
<hr />
11181118
{show && (

0 commit comments

Comments
 (0)