Docs typo

Thanks @pmario
This commit is contained in:
Jermolene
2018-11-24 14:18:59 +00:00
parent 3f91d5b3a1
commit 32c8ef1d62
5 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ description: 提供一个 HTTP 服务器介面到 TiddlyWiki (已弃用,支持
* ''port'' - 要侦听的埠号;非数值会被解译为一个系统环境变数,从其中提取埠号 (默认为 "8080")
* ''root-tiddler'' - 服务的基本条目 (默认为 "$:/core/save/all")
* ''root-render-type'' - 呈现的基本条目的内容类型 (默认为 "text/plain")
* ''rooot-serve-type'' - 服务的基本条目的内容类型 (默认为 "text/html")
* ''root-serve-type'' - 服务的基本条目的内容类型 (默认为 "text/html")
* ''username'' - 默认的编辑者署名
* ''password'' - 可选的基本验证密码
* ''host'' - 可选的主机名称, (默认为 "127.0.0.1" 或名为 "localhost")