From 49fdd24af35c69b9bbb0070d148dfc69e78dd630 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 19 Feb 2014 09:30:29 -0800 Subject: [PATCH] Pluralize outside of curlies --- src/workspace.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workspace.coffee b/src/workspace.coffee index 3ca16e4a2..b94fcde33 100644 --- a/src/workspace.coffee +++ b/src/workspace.coffee @@ -48,7 +48,7 @@ class Workspace extends Model paneContainer: @paneContainer.serialize() fullScreen: atom.isFullScreen() - # Public: Calls callback for every existing {Editor} and for all new {Editors} + # Public: Calls callback for every existing {Editor} and for all new {Editor}s. # that are created. # # callback - A {Function} with an {Editor} as its only argument