Skip to content

Commit 8659d33

Browse files
authored
Update README.md
1 parent d17c059 commit 8659d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can specify `--check` flag to check the files instead of actually fixing the
4343
auto-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
4949
auto-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
6161
uv add auto-typing-final --dev

0 commit comments

Comments
 (0)