Merge pull request #31 from malonehedges/patch-1

Fix little typo
This commit is contained in:
Dillon Forrest 2015-10-07 10:38:57 -07:00
commit 48cdf86f97

View file

@ -10,7 +10,7 @@ Filters = require './filters'
# package to run. # package to run.
module.exports = module.exports =
# When your package is loading, the `activate` method runs. `activate` is the # When your package is loading, the `activate` method runs. `activate` is the
# package's time to insert React components into the applicatio and also # package's time to insert React components into the application and also
# listen to events. # listen to events.
activate: -> activate: ->
# `WorkspaceStore.defineSheet` creates an N1 "sheet," which is a large area # `WorkspaceStore.defineSheet` creates an N1 "sheet," which is a large area