From ae4cffe81366d86908d137b803bb77e815f37f6c Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 8 Dec 2024 23:15:38 +0100 Subject: [PATCH] docs: correct the webroot configuration property name in API documentation --- pages/docs/api/svrjs-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/api/svrjs-api.md b/pages/docs/api/svrjs-api.md index f9de64d..c96b6e3 100644 --- a/pages/docs/api/svrjs-api.md +++ b/pages/docs/api/svrjs-api.md @@ -370,7 +370,7 @@ This object contains properties from _config.json_ file. _Added in SVR.JS 4.2.0_ -A normalized path to the webroot. In SVR.JS versions prior to 4.2.0, _config.wwwroot_ refers to the _webroot_ property from _config.json_ file. +A normalized path to the webroot. In SVR.JS versions prior to 4.2.0, _config.wwwroot_ refers to the _wwwroot_ property from _config.json_ file. ### _config.getCustomHeaders()_