Skip to content

Commit c62515e

Browse files
committed
chore: fix spellcheck
1 parent 2802f08 commit c62515e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

R/tm_g_distribution.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
#' - `histogram_plot` (`ggplot`)
3333
#' - `qq_plot` (`ggplot`)
3434
#' - `summary_table` (`ElementaryTable` created with [rtables::df_to_tt()])
35-
#' - The decorated table is only shown in the reporter as it is presented as an interactive DataTable in the module.
35+
#' - The decorated table is only shown in the reporter as it is presented as an interactive `DataTable`` in the module.
3636
#' - `test_table` (`ElementaryTable` created with [rtables::df_to_tt()])
37-
#' - The decorated table is only shown in the reporter as it is presented as an interactive DataTable in the module.
37+
#' - The decorated table is only shown in the reporter as it is presented as an interactive `DataTable` in the module.
3838
#'
3939
#' A Decorator is applied to the specific output using a named list of `teal_transform_module` objects.
4040
#' The name of this list corresponds to the name of the output to which the decorator is applied.

R/tm_missing_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#' - `combination_plot` (`grob` created with [ggplot2::ggplotGrob()])
2525
#' - `by_subject_plot` (`ggplot`)
2626
#' - `table` (`ElementaryTable` created with [rtables::df_to_tt()])
27-
#' - The decorated table is only shown in the reporter as it is presented as an interactive DataTable in the module.
27+
#' - The decorated table is only shown in the reporter as it is presented as an interactive `DataTable` in the module.
2828
#'
2929
#' A Decorator is applied to the specific output using a named list of `teal_transform_module` objects.
3030
#' The name of this list corresponds to the name of the output to which the decorator is applied.

R/tm_outliers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#' - `density_plot` (`ggplot`)
2323
#' - `cumulative_plot` (`ggplot`)
2424
#' - `table` (`ElementaryTable` created with [rtables::df_to_tt()])
25-
#' - The decorated table is only shown in the reporter as it is presented as an interactive DataTable in the module.
25+
#' - The decorated table is only shown in the reporter as it is presented as an interactive `DataTable` in the module.
2626
#'
2727
#' A Decorator is applied to the specific output using a named list of `teal_transform_module` objects.
2828
#' The name of this list corresponds to the name of the output to which the decorator is applied.

man/tm_g_distribution.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tm_missing_data.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.

man/tm_outliers.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)