Fix typos in download-item.md
This commit is contained in:
parent
266c22903b
commit
ceee820d4a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ win.webContents.session.on('will-download', function(event, item, webContents) {
|
|||
다운로드 아이템의 파일 이름을 표현하는 문자열을 반환합니다.
|
||||
|
||||
**참고:** 실제 파일 이름과 로컬 디스크에 저장되는 파일의 이름은 서로 다를 수 있습니다. 예를 들어
|
||||
만약 사용자가 파일을 저장할 때 파일 이름을 바꿨다면 실제 파일명과 저장 파일명은 서로 달라지게 됩니다.
|
||||
만약 사용자가 파일을 저장할 때 파일 이름을 바꿨다면 실제 파일 이름과 저장 파일 이름은 서로 달라지게 됩니다.
|
||||
|
||||
### `downloadItem.getTotalBytes()`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue