From ff3f541183260c786d28e5c9e0a01af0f45408a9 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sat, 16 Nov 2024 17:19:23 +0000 Subject: [PATCH] docs(tray): fix formatting --- docs/modules/Tray.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/modules/Tray.md b/docs/modules/Tray.md index 6a6753b..9a90a45 100644 --- a/docs/modules/Tray.md +++ b/docs/modules/Tray.md @@ -55,12 +55,10 @@ end: ```corn { -end = [ - { + end = [{ type = "tray" direction = "top_to_bottom" - } - ] + }] } ```