diff --git a/foundry-vttconfig.json b/foundry-vttconfig.json index 3c75ce6..2ddd57a 100644 --- a/foundry-vttconfig.json +++ b/foundry-vttconfig.json @@ -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", @@ -56,4 +56,4 @@ "True":"true" } } -] \ No newline at end of file +]