From 22336fcb4d136a7836259e0c9edc7fbf572aa39a Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Tue, 22 Aug 2017 18:16:16 -0400 Subject: [PATCH] Documentation fix It's `action`, not `type`. --- src/project.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project.coffee b/src/project.coffee index 756fd756a..cad5f03ac 100644 --- a/src/project.coffee +++ b/src/project.coffee @@ -147,7 +147,7 @@ class Project extends Model # * `callback` {Function} to be called with batches of filesystem events reported by # the operating system. # * `events` An {Array} of objects that describe a batch of filesystem events. - # * `type` {String} describing the filesystem action that occurred. One of `"created"`, + # * `action` {String} describing the filesystem action that occurred. One of `"created"`, # `"modified"`, `"deleted"`, or `"renamed"`. # * `path` {String} containing the absolute path to the filesystem entry # that was acted upon.