Skip to content

Commit f8da023

Browse files
save file
1 parent e683112 commit f8da023

File tree

1 file changed

+1
-1
lines changed
  • blog/25-07-31/fetch-download-stream/ex

1 file changed

+1
-1
lines changed

blog/25-07-31/fetch-download-stream/ex/ex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
if(!encoding){
117117
$('#bar').className = 'unknown';
118118
$('#bar').style.width = '100%';
119-
console.log('unable to reliably computer content-length');
119+
console.log('unable to reliably determine content-length');
120120
}
121121

122122
var type = res.headers.get('content-type');

0 commit comments

Comments
 (0)