Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _specifications/lsp/3.18/language/completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ export namespace ApplyKind {
/**
* The value from the item will be merged with the default.
*
* The specific rules for mergeing values are defined against each field
* The specific rules for merging values are defined against each field
* that supports merging.
*/
export const Merge: 2 = 2;
Expand Down