Skip to content

Commit 566e74f

Browse files
authored
Fix typo in README
1 parent 8038c3d commit 566e74f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test.rb:2:in `extract_value': undefined method `[]' for nil:NilClass (NoMethodEr
5555

5656
*Note: This API is experimental, may change in future.*
5757

58-
You can use the `ErrorHighlight.spot` method to get the spnippet data.
58+
You can use the `ErrorHighlight.spot` method to get the snippet data.
5959
Note that the argument must be a RubyVM::AbstractSyntaxTree::Node object that is created with `keep_script_lines: true` option (which is available since Ruby 3.1).
6060

6161
```ruby

0 commit comments

Comments
 (0)