From 36cc032222f68682777e5cf0ccaf0b46771fb212 Mon Sep 17 00:00:00 2001 From: arne314 <73391160+arne314@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:07:56 +0200 Subject: [PATCH] minor(snip): fix typo --- lua/typstar/snippets/letters.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/typstar/snippets/letters.lua b/lua/typstar/snippets/letters.lua index 341314f..09274fd 100644 --- a/lua/typstar/snippets/letters.lua +++ b/lua/typstar/snippets/letters.lua @@ -24,7 +24,7 @@ local greek_letters_map = { ['l'] = 'lambda', ['m'] = 'mu', ['n'] = 'nu', - ['o'] = 'omikron', + ['o'] = 'omicron', ['p'] = 'psi', ['q'] = 'theta', -- look? ['r'] = 'rho',