Fix little typo

This commit is contained in:
Malone Hedges 2015-10-06 00:10:08 -07:00
parent 3896473e3b
commit 403dbd5d5c

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