Foundry VTT: fix minor setting description typo (#382)
This commit is contained in:
parent
83239c502c
commit
5e78d0c028
@ -29,7 +29,7 @@
|
||||
{
|
||||
"DisplayName":"Node.js Version",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Sets the [Node.js release version](https://nodejs.org/download/release/) to install to run the server. Minimum v14.x required. NOTE: Specify a numbered version like v.14.21.3, rather than any \"latest\" version",
|
||||
"Description":"Sets the [Node.js release version](https://nodejs.org/download/release/) to install to run the server. Minimum v14.x required. NOTE: Specify a numbered version like v14.21.3, rather than any \"latest\" version",
|
||||
"Keywords":"node,nodejs,version",
|
||||
"FieldName":"NodeVersion",
|
||||
"InputType":"text",
|
||||
|
Loading…
Reference in New Issue
Block a user