From 19743cd40fc08430ad423015ecb5a636c0ca3281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dundar=20G=C3=B6c?= Date: Fri, 19 Nov 2021 13:50:38 +0100 Subject: [PATCH] docs: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cc37cbf..ceb5b88a 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The following settings are supported: - `yaml.format.enable`: Enable/disable default YAML formatter (requires restart) - `yaml.format.singleQuote`: Use single quotes instead of double quotes - `yaml.format.bracketSpacing`: Print spaces between brackets in objects -- `yaml.format.proseWrap`: Always: wrap prose if it exeeds the print width, Never: never wrap the prose, Preserve: wrap prose as-is +- `yaml.format.proseWrap`: Always: wrap prose if it exceeds the print width, Never: never wrap the prose, Preserve: wrap prose as-is - `yaml.format.printWidth`: Specify the line length that the printer will wrap on - `yaml.validate`: Enable/disable validation feature - `yaml.hover`: Enable/disable hover @@ -292,7 +292,7 @@ This repository only contains the server implementation. Here are some known cli ### Connecting to the language server via stdio -We have included the option to connect to the language server via [stdio](https://github.com/redhat-developer/yaml-language-server/blob/681985b5a059c2cb55c8171235b07e1651b6c546/src/server.ts#L46-L51) to help with intergrating the language server into different clients. +We have included the option to connect to the language server via [stdio](https://github.com/redhat-developer/yaml-language-server/blob/681985b5a059c2cb55c8171235b07e1651b6c546/src/server.ts#L46-L51) to help with integrating the language server into different clients. ### ESM and UMD Modules