Skip to content

Commit d4e13b1

Browse files
committed
Fix typo
1 parent e449e83 commit d4e13b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4-binary/03-blob/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ reader.onload = function() {
152152
};
153153
```
154154

155-
Bir blog oluşturmanın bu iki yolu da kullanılabilir ancak genellikle `URL.createObjectURL(blob)` daha basit ve hızlıdır.
155+
Bir blob oluşturmanın bu iki yolu da kullanılabilir ancak genellikle `URL.createObjectURL(blob)` daha basit ve hızlıdır.
156156

157157
```compare title-plus="URL.createObjectURL(blob)" title-minus="Blob'tan veri URL'i"
158158
+ Hafızaya önem veriyorsak kaldırmamız gerekiyor..

0 commit comments

Comments
 (0)