Merge pull request #488 from yaegassy/fix/typo

fix: typo, completino -> completion
This commit is contained in:
Greg Van Liew
2021-09-19 19:53:04 -07:00
committed by GitHub
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