Skip to content

Commit e325bb2

Browse files
authored
docs: corrected spelling of 'argument' (#435)
1 parent ac5eee7 commit e325bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/20-commands/30-sv-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The first row is of type `START` and contains the workspace folder (wrapped in q
121121
1590680325583 START "/home/user/language-tools/packages/language-server/test/plugins/typescript/testfiles"
122122
```
123123

124-
Any number of `ERROR` or `WARNING` records may follow. Their structure is identical and depends on the output argoument.
124+
Any number of `ERROR` or `WARNING` records may follow. Their structure is identical and depends on the output argument.
125125

126126
If the argument is `machine` it will tell us the filename, the starting line and column numbers, and the error message. The filename is relative to the workspace directory. The filename and the message are both wrapped in quotes. Example:
127127

0 commit comments

Comments
 (0)