From 84ba1020939606abf4a287cbd1de1f3a10d3f0c0 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:27:51 +0000 Subject: [PATCH] chore: added `_typos.toml` ignore `ratatui`, as typos wants to correct this to `ratatouille` --- _typos.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 _typos.toml diff --git a/_typos.toml b/_typos.toml new file mode 100644 index 0000000..54ddf6c --- /dev/null +++ b/_typos.toml @@ -0,0 +1,2 @@ +[default.extend-words] +ratatui = "ratatui" \ No newline at end of file