We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d48792 commit 883260cCopy full SHA for 883260c
src/content/reference/react-dom/components/form.md
@@ -306,7 +306,7 @@ export default function Page() {
306
const [message, signupAction] = useActionState(signup, null);
307
return (
308
<>
309
- <h1>저의 뉴스레터에 가입하세요</h1>
+ <h1>뉴스레터에 가입하세요</h1>
310
<p>같은 이메일로 두 번 가입하여 오류를 확인하세요</p>
311
<form action={signupAction} id="signup-form">
312
<label htmlFor="email">이메일: </label>
0 commit comments