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" - } - ] + }] } ```