From b4fb5021b3096a246934a686e932a144aa592722 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Wed, 15 May 2013 12:14:50 -0700 Subject: Fix a typo --- Cakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cakefile') diff --git a/Cakefile b/Cakefile index 21967e71..d0b3acaf 100644 --- a/Cakefile +++ b/Cakefile @@ -50,7 +50,7 @@ task "clean", "removes any js files which were compiled from coffeescript", -> task "autobuild", "continually rebuild coffeescript files using coffee --watch", -> coffee = spawn "coffee", ["-cw", __dirname] -task "package", "Builds a zip file in preparation submission to the chrome store. Output is in dist/", -> +task "package", "Builds a zip file for submission to the Chrome store. The output is in dist/", -> # To get exec-sync, `npm install exec-sync`. We use this for synchronously executing shell commands. execSync = require("exec-sync") -- cgit v1.2.3