Minor fixes

This commit is contained in:
Blipz 2026-04-02 18:06:47 +02:00
parent f658d7fee2
commit 019cea2a6b
2 changed files with 4 additions and 5 deletions

View file

@ -232,7 +232,7 @@ export const getAdjective = (nounToBeAdjective: string) => {
{
name: "ie",
probability: 1,
condition: /e$/,
condition: /ie$/,
action: (noun: string) => `${noun}n`,
},
{