aboutsummaryrefslogtreecommitdiff
path: root/src/ollama.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ollama.tsx')
-rw-r--r--src/ollama.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ollama.tsx b/src/ollama.tsx
index fb1c7fa..ecc7565 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'