From e53dc627da9d8f1d001f2f766cc0b4f5dfa88342 Mon Sep 17 00:00:00 2001 From: prydudev Date: Fri, 14 Aug 2026 00:14:58 -0700 Subject: [PATCH] Correct separator documentation --- docs/interactions/componentsv2.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/interactions/componentsv2.md b/docs/interactions/componentsv2.md index 14818e4..4340128 100644 --- a/docs/interactions/componentsv2.md +++ b/docs/interactions/componentsv2.md @@ -103,11 +103,14 @@ add {_gallery} to content of the container Visual dividers between content: ```applescript -# Small separator -add new small separator to content of the container - -# Large separator (default) +# Small separator (default) add new separator to content of the container + +# Large separator +add new large separator to content of the container + +# Invisible separator (no divider line) +add new invisible separator to content of the container ``` ### Thumbnails