From c2e4d7b7bc5bf2ae8d1fed89e545f1439fc6e521 Mon Sep 17 00:00:00 2001 From: "Ryan S. Brown" Date: Tue, 19 Jan 2016 16:09:09 -0500 Subject: [PATCH] typofix --- lib/actions/FunctionCreate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/actions/FunctionCreate.js b/lib/actions/FunctionCreate.js index f5db3b799..a342d004e 100644 --- a/lib/actions/FunctionCreate.js +++ b/lib/actions/FunctionCreate.js @@ -5,7 +5,7 @@ * - takes existing module name and new function name * - validates that module exists * - validates that function does NOT already exists in module - * - generates function sturcture based on runtime + * - generates function structure based on runtime * * Event Options: * - module: (String) Name of the existing module you want to create a function for