From b90e20270ed4ae776ac3f35cfbbb6bc8d66841ab Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Thu, 3 Aug 2023 18:15:09 +0000 Subject: [PATCH] Give in an use prettier --- src/utils/puns.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {