From c44371035a3658da4e0bc9cce90f0a403297dcb4 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 28 May 2021 19:07:20 -0500 Subject: [PATCH] docs(cli): Improve some wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c65e21..2467345 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ AttributeIDSupressMenu = "AttributeIDSupressMenu" teh = "teh" ``` -For localized content, you can disable spell checking of file contents while still checking the file name: +For cases like localized content, you can disable spell checking of file contents while still checking the file name: ```toml [type.po] extend-globs = ["*.po"] @@ -74,7 +74,7 @@ check-file = false ``` (run `typos --type-list` to see configured file types) -If that doesn't catch the cases you can need, you can completely exclude some files from consideration: +If you need some more flexibility, you can completely exclude some files from consideration: ```toml [files] extend-exclude = ["localized/*.po"]