Skip to content

Commit

Permalink
Update puns.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 authored Aug 3, 2023
1 parent fed9fef commit 594f712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/puns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 594f712

Please sign in to comment.