From 1fa47622773e9ff08c08c064085dca75a8597034 Mon Sep 17 00:00:00 2001 From: Matt Massicotte <85322+mattmassicotte@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:28:56 -0400 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ceb155..b6970ff 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Most theming systems use strings to provide semantic labels for syntax elements. This is a very common problem with tree-sitter highlight queries, which have no specification and are often completely ad-hoc. ```swift -let specifier = SyntaxSpecifier(highlightsQueryCapture: catpureName) +let specifier = SyntaxSpecifier(highlightsQueryCapture: captureName) ``` ## Contributing and Collaboration