Skip to content

Commit e687078

Browse files
committed
fix json readme typos
1 parent aa98d29 commit e687078

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • extensions/json-language-features/server

extensions/json-language-features/server/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The server supports the following settings:
6666
- `fileMatch`: an array of file names or paths (separated by `/`). `*` can be used as a wildcard. Exclusion patterns can also be defined and start with '!'. A file matches when there is at least one matching pattern and the last matching pattern is not an exclusion pattern.
6767
- `url`: The URL of the schema, optional when also a schema is provided.
6868
- `schema`: The schema content.
69-
- `resultLimit`: The max number foldig ranges and otline symbols to be computed (for performance reasons)
69+
- `resultLimit`: The max number folding ranges and outline symbols to be computed (for performance reasons)
7070

7171
```json
7272
{
@@ -160,7 +160,7 @@ Notification:
160160
### Item Limit
161161

162162
If the setting `resultLimit` is set, the JSON language server will limit the number of folding ranges and document symbols computed.
163-
When the limit is reached, a notification `json/resultLimitReached` is sent that can be shown that camn be shown to the user.
163+
When the limit is reached, a notification `json/resultLimitReached` is sent that can be shown that can be shown to the user.
164164

165165
Notification:
166166
- method: 'json/resultLimitReached'
@@ -180,7 +180,7 @@ For that, install the `json-language-server` npm module:
180180

181181
`npm install -g json-language-server`
182182

183-
Start the language server with the `json-language-server` command. Use a command line argument to specify the prefered communication channel:
183+
Start the language server with the `json-language-server` command. Use a command line argument to specify the preferred communication channel:
184184

185185
```
186186
json-language-server --node-ipc

0 commit comments

Comments
 (0)