Skip to content

Commit 347b82a

Browse files
committed
fix: typo on documentation
1 parent 6389232 commit 347b82a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/teal_transform_module.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#' `teal_transform_module` also allows developers to modify any object created within [`teal.data::teal_data`].
2121
#' This means you can use it to customize not only datasets but also tables, listings, and graphs.
2222
#' Some [`teal_modules`] permit developers to inject custom `shiny` modules to enhance displayed outputs.
23-
#' To manage these `decorators` within your module, use [`ui_transform_teal_data()`] and [`srv_teal_transform_data()`].
23+
#' To manage these `decorators` within your module, use [`ui_transform_teal_data()`] and [`srv_transform_teal_data()`].
2424
#' (For further guidance on managing decorators, refer to `ui_args` and `srv_args` in the vignette documentation.)
2525
#'
2626
#' See the vignette `vignette("decorate-modules-output", package = "teal")` for additional examples.

man/teal_transform_module.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)