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
4343auto-typing-final . --check
4444```
4545
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 ` :
4747
4848``` sh
4949auto-typing-final . --import-style typing-final
@@ -55,7 +55,7 @@ auto-typing-final . --import-style typing-final
5555
5656## VS Code Extension
5757
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:
5959
6060``` sh
6161uv add auto-typing-final --dev
You can’t perform that action at this time.
0 commit comments