Skip to content

Commit

Permalink
Update Exercism typo in ScaffoldExercise.cfc (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Nov 14, 2023
1 parent 82edd2e commit 5007967
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 5007967

Please sign in to comment.