diff --git a/NewHorizons/External/Modules/PropModule.cs b/NewHorizons/External/Modules/PropModule.cs index 940577cb..bd618145 100644 --- a/NewHorizons/External/Modules/PropModule.cs +++ b/NewHorizons/External/Modules/PropModule.cs @@ -76,7 +76,7 @@ namespace NewHorizons.External.Modules public class ScatterInfo { /// - /// Relative filepath to an asset-bundle" + /// Relative filepath to an asset-bundle /// public string assetBundle; @@ -125,7 +125,7 @@ namespace NewHorizons.External.Modules public bool alignToNormal; /// - /// Relative filepath to an asset-bundle to load the prefab defined in `path` from/ + /// Relative filepath to an asset-bundle to load the prefab defined in `path` from /// public string assetBundle; diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index fff468c4..f2640e7a 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -821,7 +821,7 @@ }, "assetBundle": { "type": "string", - "description": "Relative filepath to an asset-bundle to load the prefab defined in `path` from/" + "description": "Relative filepath to an asset-bundle to load the prefab defined in `path` from" }, "path": { "type": "string", @@ -1096,7 +1096,7 @@ "properties": { "assetBundle": { "type": "string", - "description": "Relative filepath to an asset-bundle\"" + "description": "Relative filepath to an asset-bundle" }, "count": { "type": "integer",