diff --git a/general-patterns/function-declarations.html b/general-patterns/function-declarations.html index fdcbd02..b99c7da 100644 --- a/general-patterns/function-declarations.html +++ b/general-patterns/function-declarations.html @@ -38,7 +38,7 @@ // named function expression + 'F' /* Benefits: - * 1. Get's rid of (anonymous funciton) in stack traces + * 1. Get's rid of (anonymous function) in stack traces * 2. Recurse by calling the name + 'F' * 3. Doesn't break an IE (well, unless there's a function name collision of the sort described here: https://github.com/jashkenas/coffee-script/issues/366#issuecomment-242134) */