Skip to content

Commit e8e2098

Browse files
committed
Fixed typo
1 parent a43d3ff commit e8e2098

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
@@ -139,6 +139,6 @@ The promise resolves with a boolean.
139139

140140
### `promise unlink(filepath)`
141141

142-
Unlinks the item at `filepath`. If the item does not exists, an error will be thrown.
142+
Unlinks the item at `filepath`. If the item does not exist, an error will be thrown.
143143

144144
The promise resolves with an array, which contains a boolean and the path that has been unlinked. Tip: use `spread` to receive the two arguments instead of a single array in your handler.

0 commit comments

Comments
 (0)