Skip to content

Commit

Permalink
fix grammar in success message
Browse files Browse the repository at this point in the history
  • Loading branch information
sent1nel committed Mar 29, 2014
1 parent 17aa56e commit bb8ebd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workshopper.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Workshopper.prototype.exercisePass = function (mode, exercise) {
if (!files.length)
return

console.log('Here\'s the official solution is if you want to compare notes:\n')
console.log('Here\'s the official solution in case you want to compare notes:\n')

function processSolutionFile (file, callback) {
fs.readFile(file, 'utf8', function (err, content) {
Expand Down

0 comments on commit bb8ebd3

Please sign in to comment.