Skip to content

Commit 77301bb

Browse files
authored
Fix typo in readme
espacially -> especially
1 parent 23b2434 commit 77301bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Both function return an empty array `[]` otherwise, which means it could not det
4545
txt files for example fall in this category.
4646

4747
You don't have to load the whole file in memory. For validating a file uploaded to S3 using Lambda for example, it may be
48-
enough to load the files first 100 bytes and validate against them. This is espacially useful for big files.
48+
enough to load the files first 100 bytes and validate against them. This is especially useful for big files.
4949

5050
see examples for practical usage.
5151

0 commit comments

Comments
 (0)