Skip to content

Commit 04c326e

Browse files
honggilgimViolet-Bora-Lee
authored andcommitted
[FormData] 번역 - line86(#1232)
1 parent a232bd1 commit 04c326e

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
@@ -83,7 +83,7 @@ for(let [name, value] of formData) {
8383

8484
The form is always sent as `Content-Type: multipart/form-data`, this encoding allows to send files. So, `<input type="file">` fields are sent also, similar to a usual form submission.
8585

86-
Here's an example with such form:
86+
파일이 있는 폼 예시를 살펴봅시다.
8787

8888
```html run autorun
8989
<form id="formElem">

0 commit comments

Comments
 (0)