Skip to content

Commit

Permalink
Update Exercism typo in ScaffoldExercise.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Nov 12, 2023
1 parent 2be7cb8 commit 3c388a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/ScaffoldExercise.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -88,4 +88,4 @@ component {

}

}
}

0 comments on commit 3c388a2

Please sign in to comment.