fix typo in WorkspaceEdit description

This commit is contained in:
Louis Roché 2019-03-07 10:58:47 +00:00 committed by GitHub
parent 8b5accf1b2
commit 7002e062f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -585,7 +585,7 @@ export interface DeleteFile {
#### WorkspaceEdit
A workspace edit represents changes to many resources managed in the workspace. The edit should either provide `changes` or `documentChanges`. If the client can handle versioned document edits and if `documentChange`s are present, the latter are preferred over `changes`.
A workspace edit represents changes to many resources managed in the workspace. The edit should either provide `changes` or `documentChanges`. If the client can handle versioned document edits and if `documentChanges` are present, the latter are preferred over `changes`.
```typescript
export interface WorkspaceEdit {