From b4abb793971510a56d4d606bd06d2f9f91b5ef47 Mon Sep 17 00:00:00 2001 From: Malone Hedges Date: Tue, 6 Oct 2015 00:10:08 -0700 Subject: [PATCH] Fix little typo --- examples/N1-Filters/lib/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/N1-Filters/lib/main.coffee b/examples/N1-Filters/lib/main.coffee index 3644fb0fb..16416224d 100644 --- a/examples/N1-Filters/lib/main.coffee +++ b/examples/N1-Filters/lib/main.coffee @@ -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