From 6141b828b19f2c8951cdd063e8462362cb18d4fd Mon Sep 17 00:00:00 2001 From: Rinne Date: Wed, 29 May 2024 03:40:38 +0800 Subject: [PATCH] fix: paths in the typos.toml. --- .github/_typos.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/_typos.toml b/.github/_typos.toml index 87860f0a9..6af749ebf 100644 --- a/.github/_typos.toml +++ b/.github/_typos.toml @@ -9,8 +9,8 @@ extend-exclude = [ "_typos.toml", "docs/xmldocs/", - "LLama.Web/wwwroot/", - "LLama/runtimes/deps/", - "LLama.Benchmark/Assets/", - "LLama.Examples/Assets/" + "samples/LLama.Web/wwwroot/", + "src/LLama/runtimes/deps/", + "test/LLama.Benchmark/Assets/", + "samples/LLama.Examples/Assets/" ]