Skip to content

Commit 883260c

Browse files
committed
docs: Remove "저의" from heading text in "form submission error without JS" example
1 parent 5d48792 commit 883260c

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/react-dom/components

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/components/form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export default function Page() {
306306
const [message, signupAction] = useActionState(signup, null);
307307
return (
308308
<>
309-
<h1>저의 뉴스레터에 가입하세요</h1>
309+
<h1>뉴스레터에 가입하세요</h1>
310310
<p>같은 이메일로 두 번 가입하여 오류를 확인하세요</p>
311311
<form action={signupAction} id="signup-form">
312312
<label htmlFor="email">이메일: </label>

0 commit comments

Comments
 (0)