Skip to content

Commit

Permalink
Single quotes to doube quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
habere-et-dispertire authored Sep 7, 2023
1 parent 9f214ac commit 18fc131
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

0 comments on commit 18fc131

Please sign in to comment.