From 896e9f809b258253145b7224d35b7860c8bc4354 Mon Sep 17 00:00:00 2001 From: faturachmanyusup Date: Sun, 2 Oct 2022 04:40:38 +0700 Subject: [PATCH] Update comment --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f4b2aef0..46cb6508 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ '/(README.*)': '/translations/$1', '/((?!README).*)/README.(.*)': '$1/translations/README.$2', - // handle english file, since English files isn't in translation folders + // handle English, since English files isn't in translation folders '/(README$)': '/$1', '/((?!README).*)/(README$)': '$1/$2' }