mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Documentation fix
It's `action`, not `type`.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user