From 1c3d16a661e5c8e3db7278def5de6613cefa7429 Mon Sep 17 00:00:00 2001 From: yaegassy Date: Tue, 14 Sep 2021 23:41:22 +0900 Subject: [PATCH] fix: typo completino -> completion --- lsp-embedded-language-service/README.md | 2 +- lsp-embedded-request-forwarding/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lsp-embedded-language-service/README.md b/lsp-embedded-language-service/README.md index c988d5b1..a7a3db79 100644 --- a/lsp-embedded-language-service/README.md +++ b/lsp-embedded-language-service/README.md @@ -23,5 +23,5 @@ This Language Server works for `html1` file. HTML1 is like HTML file but has fil - If you want to debug the server as well use the launch configuration `Attach to Server` - In the [Extension Development Host] instance of VSCode, open a HTML document - Type `.foo { c| }` to try CSS completino + - Type `` to try CSS completion - Have `` to see CSS Diagnostics diff --git a/lsp-embedded-request-forwarding/README.md b/lsp-embedded-request-forwarding/README.md index 195269fd..ca46bfbe 100644 --- a/lsp-embedded-request-forwarding/README.md +++ b/lsp-embedded-request-forwarding/README.md @@ -22,4 +22,4 @@ This Language Server works for `html1` file. HTML1 is like HTML file but has fil - If you want to debug the server as well use the launch configuration `Attach to Server` - In the [Extension Development Host] instance of VSCode, open a HTML document - Type `.foo { c| }` to try CSS completino \ No newline at end of file + - Type `` to try CSS completion