From 871fd98b337818796c7fc1a0a9e73154885d2fbc Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 12 Dec 2020 06:32:30 +1100 Subject: [PATCH] docs: fix simple typo, visted -> visited There is a small typo in README.md. Should read `visited` rather than `visted`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46e6a6b..e186811 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ directive. Set it to the value you need. Defines the **delimiter** between two files. If the config is **concat_delimiter "\n"**,a '\n' would be inserted betwen 1.js and 2.js when -visted http://example.com/??1.js,2.js +visited http://example.com/??1.js,2.js