Skip to content

Commit e09df4b

Browse files
Minsik-ChoiViolet-Bora-Lee
authored andcommitted
[FormData] 번역 - line54(#1232)
1 parent d2f140b commit e09df4b

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
@@ -51,7 +51,7 @@ In this example, the server code is not presented, as it's beyound our scope. Th
5151

5252
## FormData 메서드
5353

54-
We can modify fields in `FormData` with methods:
54+
`FormData`에 속하는 필드는 아래와 같은 메서드로 수정할 수 있습니다.
5555

5656
- `formData.append(name, value)` - add a form field with the given `name` and `value`,
5757
- `formData.append(name, blob, fileName)` - add a field as if it were `<input type="file">`, the third argument `fileName` sets file name (not form field name), as it were a name of the file in user's filesystem,

0 commit comments

Comments
 (0)