From d08713f5bb6dd2ddd57a708c76e524a3909d86e5 Mon Sep 17 00:00:00 2001 From: Sainan Date: Sun, 27 Aug 2023 05:14:23 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a07dc02..56c71b7 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Highlight the first two character of 4 letter words. ^ ``` -Unlike the previews entries, the last entry is a fractional value between 0 and 1 which specified which fraction of words that are not specified by previous rules must be highlighted. +Unlike the previous entries, the last entry is a fractional value between 0 and 1 which specified which fraction of words that are not specified by previous rules must be highlighted. For example, here we highlight the first 40% characters of words with 5 or more characters. ## Credit