Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Dec 17, 2018
1 parent d2d7b39 commit 7307db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ connection.onCompletion(
}
);

// This handler resolve additional information for the item selected in
// This handler resolves additional information for the item selected in
// the completion list.
connection.onCompletionResolve(
(item: CompletionItem): CompletionItem => {
Expand Down

0 comments on commit 7307db7

Please sign in to comment.