Skip to content

Commit c443710

Browse files
authored
docs(cli): Improve some wording
1 parent 7d1fbe5 commit c443710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ AttributeIDSupressMenu = "AttributeIDSupressMenu"
6666
teh = "teh"
6767
```
6868

69-
For localized content, you can disable spell checking of file contents while still checking the file name:
69+
For cases like localized content, you can disable spell checking of file contents while still checking the file name:
7070
```toml
7171
[type.po]
7272
extend-globs = ["*.po"]
7373
check-file = false
7474
```
7575
(run `typos --type-list` to see configured file types)
7676

77-
If that doesn't catch the cases you can need, you can completely exclude some files from consideration:
77+
If you need some more flexibility, you can completely exclude some files from consideration:
7878
```toml
7979
[files]
8080
extend-exclude = ["localized/*.po"]

0 commit comments

Comments
 (0)