fix: typo completino -> completion

This commit is contained in:
yaegassy
2021-09-14 23:41:22 +09:00
parent 4bad174eb8
commit 1c3d16a661
2 changed files with 2 additions and 2 deletions

View File

@ -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 `<d|` to try HTML completion
- Type `<style>.foo { c| }</style>` to try CSS completino
- Type `<style>.foo { c| }</style>` to try CSS completion
- Have `<style>.foo { }</style>` to see CSS Diagnostics

View File

@ -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 `<d|` to try HTML completion
- Type `<style>.foo { c| }</style>` to try CSS completino
- Type `<style>.foo { c| }</style>` to try CSS completion