diff --git a/files/ko/web/api/window/showsavefilepicker/index.md b/files/ko/web/api/window/showsavefilepicker/index.md index 4ec13f38a9ac17..21d1125330567c 100644 --- a/files/ko/web/api/window/showsavefilepicker/index.md +++ b/files/ko/web/api/window/showsavefilepicker/index.md @@ -38,7 +38,8 @@ showSaveFilePicker() - `description` {{Optional_Inline}} - : 사용 가능한 파일 유형에 대한 설명입니다. 기본 값은 빈 문자열입니다. - `accept` - - : 키는 [MIME 유형](/ko/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types)이고 값은 파일 확장자들의 {{jsxref('Array')}}인 {{jsxref('Object')}}입니다 (아래 예제를 참고하세요). + - : 키는 [MIME 유형](/ko/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types)이고 값은 파일 확장자들의 {{jsxref('Array')}}인 {{jsxref('Object')}}입니다 + (아래 예제를 참고하세요). ### 반환 값