diff --git a/docs/content/pages/mod_helper/config.md b/docs/content/pages/mod_helper/config.md index 17281a2e..b54f747e 100644 --- a/docs/content/pages/mod_helper/config.md +++ b/docs/content/pages/mod_helper/config.md @@ -16,11 +16,11 @@ A `Dictionary` containing your mod's settings, it's recommended ## GetSettingValue<T> -Gets the setting's value from the mod's config with the given key. Deserialized into type `T` +Gets the setting's value from the mod's config with the given key. Deserialized into type `T`. ### Get Parameters -- `string key`: The key to get +- `string key`: The key to get. ## SetSettingsValue @@ -28,9 +28,9 @@ Sets the setting's value in the mod's config with the given key to the given val ### Set Parameters -- `string key`: The key to set -- `object value`: The value to set the key to, auto-serialized to a JSON string +- `string key`: The key to set. +- `object value`: The value to set the key to, auto-serialized to a JSON string. ## Copy -Copies the config of the mod +Copies the config of the mod.