docs: correct the webroot configuration property name in API documentation
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s

This commit is contained in:
Dorian Niemiec 2024-12-08 23:15:38 +01:00
parent 4b79fa66f5
commit ae4cffe813

View file

@ -370,7 +370,7 @@ This object contains properties from _config.json_ file.
<small>_Added in SVR.JS 4.2.0_</small>
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()_