mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
Fix little typo
This commit is contained in:
parent
3896473e3b
commit
403dbd5d5c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue