From 1c9a82a4866be8119de37d998c14c47825fa962f Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Mon, 2 Feb 2026 18:22:14 +0100 Subject: [PATCH] Add "consts" to typos dictionary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The word "consts" is a valid API property name and should not be flagged as a typo. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .typos.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.typos.toml b/.typos.toml index 78c99b1d76..ee33b9aa81 100644 --- a/.typos.toml +++ b/.typos.toml @@ -8,6 +8,8 @@ ignore-hidden = false # Known typos NonRemoveableTypeTrait = "NonRemoveableTypeTrait" supportsLessOverridenParametersWithVariadic = "supportsLessOverridenParametersWithVariadic" +# API property name +consts = "consts" [default.extend-words] # override false-positives