From ec59f46c21be762b69f7e150b646576951070209 Mon Sep 17 00:00:00 2001 From: PiggyPiglet Date: Mon, 9 Feb 2026 00:54:12 +0800 Subject: [PATCH] Update docs/developers/configuration-api-hytale.md Co-authored-by: Andre_601 <11576465+Andre601@users.noreply.github.com> --- docs/developers/configuration-api-hytale.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/developers/configuration-api-hytale.md b/docs/developers/configuration-api-hytale.md index 6ee3e32..2e18452 100644 --- a/docs/developers/configuration-api-hytale.md +++ b/docs/developers/configuration-api-hytale.md @@ -32,9 +32,9 @@ Your config class needs to represent your config structure exactly. The only dif ```yaml { .annotate title="HelpChat_PlaceholderAPI/config.yml" } expansions: - coolexpansion: - test: wew - date_format: "dd/mm/yyyy" + coolexpansion: + test: wew + date_format: "dd/mm/yyyy" ``` ## Using Your Config Class