Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte authored Aug 28, 2024
1 parent 0acd1ba commit 1fa4762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fa4762

Please sign in to comment.