From 5e78d0c028987aa66ad1fc5c78c48710c2d200cc Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Wed, 31 May 2023 10:35:23 +1000 Subject: [PATCH] Foundry VTT: fix minor setting description typo (#382) --- foundry-vttconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +]