diff options
Diffstat (limited to 'src/ollama.tsx')
| -rw-r--r-- | src/ollama.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ollama.tsx b/src/ollama.tsx index 2c70685..9b503f4 100644 --- a/src/ollama.tsx +++ b/src/ollama.tsx @@ -134,7 +134,7 @@ async function promptLLM(prompt: string) { } export async function defineWord(word: string) { - askAI(`What's the defintion of ${word}?`, "") + askAI(`What's the definition of ${word}?`, "") } type ContextType = 'block' | 'page' |
