From 47ab9b3dfa0ae20ac3ca57b73f05cd1d552c3ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 2 Mar 2024 08:08:06 +0100 Subject: [PATCH 1/2] Create .typos.toml --- .typos.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .typos.toml diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000..027050e --- /dev/null +++ b/.typos.toml @@ -0,0 +1,10 @@ +[files] +extend-exclude = [ + ".git/", +] +ignore-hidden = false + +[default] +extend-ignore-re = [ + "Morbi fermentum various arcu", +] From 264a6b645371ea043a2bcf48f9430d2d408a5618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 2 Mar 2024 08:15:42 +0100 Subject: [PATCH 2/2] fix latin --- .typos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.typos.toml b/.typos.toml index 027050e..0f5149b 100644 --- a/.typos.toml +++ b/.typos.toml @@ -6,5 +6,5 @@ ignore-hidden = false [default] extend-ignore-re = [ - "Morbi fermentum various arcu", + "Morbi fermentum varius arcu", ]