Fixed typo

This commit is contained in:
Johannes Lumpe 2015-05-09 00:41:00 +03:00
parent a43d3ff17a
commit e8e2098dd8
1 changed files with 1 additions and 1 deletions

View File

@ -139,6 +139,6 @@ The promise resolves with a boolean.
### `promise unlink(filepath)` ### `promise unlink(filepath)`
Unlinks the item at `filepath`. If the item does not exists, an error will be thrown. Unlinks the item at `filepath`. If the item does not exist, an error will be thrown.
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. 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.