diff --git a/_specifications/lsp/3.18/language/completion.md b/_specifications/lsp/3.18/language/completion.md index bb46b4f50..441e5ad53 100644 --- a/_specifications/lsp/3.18/language/completion.md +++ b/_specifications/lsp/3.18/language/completion.md @@ -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;