Skip to content

Commit c07ba3c

Browse files
authored
Fix typo (#821)
1 parent 7c6654b commit c07ba3c

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
@@ -136,7 +136,7 @@ In addition to using SpectaQL as a global (or local) binary executable, it can a
136136
```node
137137
import { run } from 'spectaql'
138138
...
139-
const spectaqlOtions = {
139+
const spectaqlOptions = {
140140
specFile: 'path/to/your/config.yml',
141141
resolveWithOutput: true,
142142
}

0 commit comments

Comments
 (0)