diff --git a/exercises/concept/poetry-club-door-policy/.meta/exemplar.js b/exercises/concept/poetry-club-door-policy/.meta/exemplar.js index 0dc048defb..65d2d57941 100644 --- a/exercises/concept/poetry-club-door-policy/.meta/exemplar.js +++ b/exercises/concept/poetry-club-door-policy/.meta/exemplar.js @@ -42,5 +42,5 @@ export function backDoorResponse(line) { * @returns {string} the back door password */ export function backDoorPassword(word) { - return frontDoorPassword(word) + `, please`; + return frontDoorPassword(word) + ', please'; }