From e63c17527a7afa751896fec51b424ebcf079e945 Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Sun, 12 Feb 2023 14:44:39 +0530 Subject: [PATCH] Update docs/en/src/layout.md --- docs/en/src/layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/src/layout.md b/docs/en/src/layout.md index 0721059..5f8daea 100644 --- a/docs/en/src/layout.md +++ b/docs/en/src/layout.md @@ -84,7 +84,7 @@ Type: { Static = [Custom Panel][27] } ### Dynamic This is a custom layout to render dynamic content using a function defined in -[xplr.fn][28] that returns [Custom Panel][27]. +[xplr.fn][28] that takes [Content Renderer Argument][36] and returns [Custom Panel][27]. Type: { Dynamic = [Content Renderer][35] }