From 93adf1db64714f5bd2a07a881fd5b05407d7f92a Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Tue, 17 Dec 2024 03:38:46 +0200 Subject: [PATCH] chore: update components docs --- content/docs/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/components.md b/content/docs/components.md index c3d3245..ebb920a 100644 --- a/content/docs/components.md +++ b/content/docs/components.md @@ -256,7 +256,7 @@ For example, let's create a `` Component that will pull in another Com ## Stacks -You may push content to named stacks that can be rendered in other Components. +You may push content to named stacks that can be rendered in other Components. This concept is similar to Blade's `stack` and `push` directives, also known as teleporting in frameworks like Vue.js. For example, imagine you're coding a Shopify email template and need to add some Liquid code at the very top of the HTML, before the `doctype`.