Skip to content

Commit 2bcb2f3

Browse files
committed
Fix typo
1 parent dcd5b9f commit 2bcb2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Function takes 2 arguments, `node` and `offset`.
220220

221221
* `node` - the targeting tree-sitter node; in this example, `block` will be the
222222
targeting node.
223-
* `offset` - (optiona) a cons consist of two integers. This is handy when you have
223+
* `offset` - (optional) a cons consist of two integers. This is handy when you have
224224
a similar rule with little of positioning adjustment.
225225

226226
`tree-sitter-[lang]` parsers are generally integrated with different authors,

0 commit comments

Comments
 (0)