diff --git a/tasks/ScaffoldExercise.cfc b/tasks/ScaffoldExercise.cfc index ebc7306..8abe0dc 100644 --- a/tasks/ScaffoldExercise.cfc +++ b/tasks/ScaffoldExercise.cfc @@ -12,7 +12,7 @@ component { // Acquire slug if( isNull( arguments.slug ) ) { - arguments.slug = ask( 'Exercise slug as defined by Excercism. Ex: "hello-world": ' ); + arguments.slug = ask( 'Exercise slug as defined by Exercism. Ex: "hello-world": ' ); } // Slug of hello-world defaults to name of HelloWorld @@ -88,4 +88,4 @@ component { } -} \ No newline at end of file +}