浏览代码

Fix typo in /docs/UserManual.md

Egor Konovalov 1 年之前
父节点
当前提交
b59be51aac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/UserManual.md

+ 1 - 1
docs/UserManual.md

@@ -180,7 +180,7 @@ This option can be specified multiple times. All specified header lines will be
 ### allow\_index\_script\_resource `no`
 Index scripts (like `index.cgi` or `index.lua`) may have script handled resources.
 
-It this feature is activated, that /some/path/file.ext might be handled by:
+If this feature is activated, then /some/path/file.ext might be handled by:
   1. /some/path/file.ext (with PATH\_INFO='/', if ext = cgi)
   2. /some/path/index.lua with mg.request\_info.path\_info='/file.ext'
   3. /some/path/index.cgi with PATH\_INFO='/file.ext'