1
Fork 0

doc updates

This commit is contained in:
Conduitry 2017-05-20 14:03:55 -04:00
parent 4d9980e2fd
commit 7e42c2bb02
2 changed files with 5 additions and 3 deletions

4
API.md
View file

@ -146,9 +146,9 @@ An `origFile` event is emitted when the original version of a physical file has
A `file` event is emitted after all transforms on a file are complete. It's emitted with two arguments: the file's original relative path and the fully transformed `File` instance.
### `deleted(path)`
### `deleted(origPath)`
A `deleted` event is emitted when a watched physical file has been deleted. It's emitted with one argument: the relative `path` to the file.
A `deleted` event is emitted when a watched physical file has been deleted. It's emitted with one argument: the original relative path to the file.
### `error(origPath, file, err)`