From 464fa07d5d16b571860232f9b6b93c20eb1d6307 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 747045bc..2b138ea7 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,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' }