From f032e780d94162c9ccfc8b132fc9bdfd3b232edb Mon Sep 17 00:00:00 2001 From: John Haugabook Date: Mon, 9 Feb 2026 22:41:20 -0500 Subject: [PATCH] .codespellrc: add 'TE' to ignore-words-list --- .codespellrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index 39d8ab1d..5e47054a 100644 --- a/.codespellrc +++ b/.codespellrc @@ -12,6 +12,7 @@ # aline - proper name (Aline Ávila, contributor) # ative - part of "Declarative Agents" in TypeSpec M365 Copilot documentation (collections/typespec-m365-copilot.collection.md) # dateA, dateB - variable names used in sorting comparison functions -ignore-words-list = numer,wit,aks,edn,ser,ois,gir,rouge,categor,aline,ative,afterall,deques,dateA,dateB +# TE - HTTP transfer coding header +ignore-words-list = numer,wit,aks,edn,ser,ois,gir,rouge,categor,aline,ative,afterall,deques,dateA,dateB,TE # Skip certain files and directories skip = .git,node_modules,package-lock.json,*.lock,website/build,website/.docusaurus