From 8653a73543817e3e61fa4f0bcfc5dbc3411eaa26 Mon Sep 17 00:00:00 2001 From: Kazushi Konosu Date: Thu, 12 Sep 2024 00:55:27 +0900 Subject: [PATCH] docs: use em dash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48913d7..26584ed 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - ๐Ÿ› ๏ธ Auto-fix unused exports โ€” removes the `export` keyword from the declaration or the whole declaration based on its usage - ๐Ÿงน Deletes TypeScript modules that have no referenced exports -- ๐Ÿ•ต๏ธ `--check` mode - reports unused exports and deletable files without writing changes +- ๐Ÿ•ต๏ธ `--check` mode โ€” reports unused exports and deletable files without writing changes ## Introduction