Skip to content

Commit 7558597

Browse files
committed
update doc
1 parent 16e8619 commit 7558597

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ HTML `id` and `class` attribute completion for Visual Studio Code.
77
## Features
88

99
- HTML `id` and `class` attribute completion
10-
- Supports completion from in file styles
10+
- Supports completion from in file defined styles
1111
- Supports specifying remote and local style sheets
1212
- Supports any language for completion
1313
- Supports go to definition for selectors
@@ -70,7 +70,7 @@ If you are using Bootstrap `npm` module with additional `scss` this can be a sta
7070
}
7171
```
7272

73-
and if you are using Bootstrap CDN with additional plain `css`:
73+
or if you are using Bootstrap CDN with additional plain `css`:
7474

7575
```json
7676
{
@@ -91,7 +91,7 @@ First `typescript` or `javascript` should be enabled in global settings dependin
9191
}
9292
```
9393

94-
Your in file [static styles](https://lit.dev/docs/components/styles/) will be available for completion for that file. If you need to use some base styles everywhere in your project, you can specify as follows:
94+
Component's [static styles](https://lit.dev/docs/components/styles/) will be available for completion elsewhere in the component. If you need to use some base styles in every component you can specify as follows:
9595

9696
```json
9797
{
@@ -107,7 +107,7 @@ Go to definition for `id` and `class` selectors for local style sheets are suppo
107107

108108
### Validate class selectors
109109

110-
Validates all `class` selectors in the active editor. Auto validation can also be configured in extension settings globally or per workspace.
110+
Validates all `class` selectors in the active editor. Auto validation can be configured in extension settings globally or per workspace.
111111

112112
### Clear style sheets cache
113113

0 commit comments

Comments
 (0)