From 4e6d738844bb893ebbfbb5732422dfd78c2ac689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:05:17 +0100 Subject: [PATCH] Update vignettes/decorate-module-output.Rmd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Dawid Kałędkowski Signed-off-by: André Veríssimo <211358+averissimo@users.noreply.github.com> --- vignettes/decorate-module-output.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/decorate-module-output.Rmd b/vignettes/decorate-module-output.Rmd index b0306d4d5..c713231a5 100644 --- a/vignettes/decorate-module-output.Rmd +++ b/vignettes/decorate-module-output.Rmd @@ -79,7 +79,7 @@ static_decorator <- teal_transform_module( To simplify the repetitive elements of writing new decorators (e.g., `function(id, data), moduleServer, reactive, within(data, ...)`), -you can use the `make_teal_transform_server()`] convenience function, which takes a `language` as input: +you can use the `make_teal_transform_server()` convenience function, which takes a `language` as input: ```{r} static_decorator_lang <- teal_transform_module(