File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ You can specify `--check` flag to check the files instead of actually fixing the
43
43
auto-typing-final . --check
44
44
```
45
45
46
- Also you can choose import style from two options: ` typing-final ` (default) and ` final ` :
46
+ Also, you can choose import style from two options: ` typing-final ` (default) and ` final ` :
47
47
48
48
``` sh
49
49
auto-typing-final . --import-style typing-final
@@ -55,7 +55,7 @@ auto-typing-final . --import-style typing-final
55
55
56
56
## VS Code Extension
57
57
58
- The extension uses LSP bundled with the CLI. To get started, add ` auto-typing-final ` to your project:
58
+ The extension uses LSP server bundled with the CLI. To get started, add ` auto-typing-final ` to your project:
59
59
60
60
``` sh
61
61
uv add auto-typing-final --dev
You can’t perform that action at this time.
0 commit comments