From f2e00781bb481587164bac958b6147e245ee030b Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Tue, 27 Jan 2026 21:47:47 +0100 Subject: [PATCH] chore: add exceptions in typos conf file - `PN` use in some tex file - `substituters` which is an offcial word of Nix vocabulary --- typos.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typos.toml b/typos.toml index 40fa9f83..f76d002d 100644 --- a/typos.toml +++ b/typos.toml @@ -1,4 +1,6 @@ [default.extend-words] +PN = "PN" +substituters = "substituters" [files] extend-exclude = ["CHANGELOG.md", "**.js", "**.svg", "doc/talks/*"]