Skip to content

Commit 2cd3cff

Browse files
jym1212Violet-Bora-Lee
authored andcommitted
[FormData]번역-line28(#1232)
1 parent feec5a3 commit 2cd3cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/02-formdata/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ From the server point of view, that looks like a usual form submission.
2525
```html run autorun
2626
<form id="formElem">
2727
<input type="text" name="name" value="John">
28-
<input type="text" name="surname" value="Smith">
28+
<input type="text" name="surname" value="Lee">
2929
<input type="submit">
3030
</form>
3131

0 commit comments

Comments
 (0)