docs: Fix casing of "Tree-sitter" (#25427)

This PR fixes the casing of "Tree-sitter" in the docs.

It is "Tree-sitter", not "Tree Sitter" or "Tree-Sitter".

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-02-23 10:30:10 -05:00 committed by GitHub
parent 147f407b7a
commit 3b3c379852
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
59 changed files with 65 additions and 65 deletions

View file

@ -2265,13 +2265,13 @@ mod test {
(
"c i q",
"This is a \"simple 'qˇuote'\" example.",
"This is a \"ˇ\" example.", // Not supported by tree sitter queries for now
"This is a \"ˇ\" example.", // Not supported by Tree-sitter queries for now
Mode::Insert,
),
(
"c a q",
"This is a \"simple 'qˇuote'\" example.",
"This is a ˇ example.", // Not supported by tree sitter queries for now
"This is a ˇ example.", // Not supported by Tree-sitter queries for now
Mode::Insert,
),
(