From 4d6b58d5b6ea114ee1f2bc7c2a55c46d4b20b1e9 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 19 Jan 2022 11:25:01 +0100 Subject: [PATCH] fix: readme typo Signed-off-by: blam --- plugins/todo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/todo/README.md b/plugins/todo/README.md index ad0ad4fc1d..63b36de0d8 100644 --- a/plugins/todo/README.md +++ b/plugins/todo/README.md @@ -89,7 +89,7 @@ Below are some examples of formats that are supported by default: // FIXME Nobody knows why this is here ``` -Note the trailing comments are not supported, the following TODO would not be listed: +Note that trailing comments are not supported, the following TODO would not be listed: ```ts function reverse(str: string) {