Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ require("neotest").setup({
})
```

By default `go test` runs for currecnt package only. If you want to run it recursively you need to set:
By default `go test` runs for current package only. If you want to run it recursively you need to set:
```lua
require("neotest").setup({
adapters = {
Expand Down