mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
Fix little typo
This commit is contained in:
parent
ebdf06b183
commit
b4abb79397
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Filters = require './filters'
|
|||
# package to run.
|
||||
module.exports =
|
||||
# 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.
|
||||
activate: ->
|
||||
# `WorkspaceStore.defineSheet` creates an N1 "sheet," which is a large area
|
||||
|
|
Loading…
Reference in a new issue