diff --git a/src/utils/puns.ts b/src/utils/puns.ts index 38483300d..04f34b7d7 100644 --- a/src/utils/puns.ts +++ b/src/utils/puns.ts @@ -97,7 +97,7 @@ const ERROR_PUNS = [ 'This run went belly up.', 'Seas the errors and fix them!', 'Dolphinately not the desired outcome.', - "Looks like you\'ve caught a bugfish." + "Looks like you've caught a bugfish." ]; export function getRandomPun(numErrors = 0, numWarnings = 0): string {