You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,6 @@ The promise resolves with a boolean.
139
139
140
140
### `promise unlink(filepath)`
141
141
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.
143
143
144
144
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