diff --git a/src/utils/words.ts b/src/utils/words.ts index aeda869..49d8013 100644 --- a/src/utils/words.ts +++ b/src/utils/words.ts @@ -798,3 +798,4 @@ export function generateShortWordSlug(): string { const noun = pickRandom(NOUNS) return `${adjective}-${noun}` } +