From 457ae2cafe357f1d7720921ca1b7cb4b797fdcec Mon Sep 17 00:00:00 2001 From: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:37:55 +0100 Subject: [PATCH] fix typo Co-authored-by: kartikeya kirar Signed-off-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> --- vignettes/data-as-shiny-module.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/data-as-shiny-module.Rmd b/vignettes/data-as-shiny-module.Rmd index 5f28ba4666..85a98878b9 100644 --- a/vignettes/data-as-shiny-module.Rmd +++ b/vignettes/data-as-shiny-module.Rmd @@ -123,5 +123,5 @@ It is recommended to keep the constant code in the global environment and to mov ###### WARNING -When using `teal_data_moduel` to modify a pre-existing `teal_data` object it is crucial that the server function and the data object are defined in the same environment as otherwise the server function will not be able to access the data object. +When using `teal_data_module` to modify a pre-existing `teal_data` object it is crucial that the server function and the data object are defined in the same environment as otherwise the server function will not be able to access the data object. This means server functions defined in packages cannot be used.