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