From f19b7255eeea0c353cf855ac9b626ac95eba676c Mon Sep 17 00:00:00 2001 From: omagdy Date: Fri, 1 Nov 2024 23:41:32 +0200 Subject: Fixed small typo in `defintion` --- src/ollama.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ollama.tsx') 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' -- cgit v1.2.3