Skip to content

Commit

Permalink
Fix error typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samr28 committed Dec 19, 2018
1 parent fa5327a commit f997500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/agenda.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function removeBrainDataByName(robot, name) {
}
}
if (found === -1) {
return new Error(`${name} is not currently on the agendaa.`);
return new Error(`${name} is not currently on the agenda.`);
}
data.splice(found, 1);
console.dir(data);
Expand Down

0 comments on commit f997500

Please sign in to comment.