Skip to content

Commit d0900ba

Browse files
committed
chore: pass spellcheck
1 parent 17b0516 commit d0900ba

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

inst/WORDLIST

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1+
ElementaryTable
12
Forkers
23
Hoffmann
34
Prebuilt
45
Shinylive
56
TLG
67
UI
78
customizable
9+
datatables
810
facetting
911
funder
12+
ggplot
1013
pre
14+
qq
1115
repo
1216
reproducibility
1317
sortable

vignettes/decorate-module-output.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It is hard to design an output that will satisfy every possible user, so the for
2222
Here we describe the concept of _decoration_, enabling the app developer to tailor outputs to their specific requirements without rewriting the original module code.
2323

2424
The decoration process is build upon transformation procedures, introduced in `teal`.
25-
While transformators are meant to edit module's input, decorators are meant to adjust the module's output.
25+
While `transformators` are meant to edit module's input, decorators are meant to adjust the module's output.
2626
To distinguish the difference, modules in `teal.modules.general` have 2 separate parameters:
2727
`transformators` and `decorators`.
2828

@@ -32,7 +32,7 @@ To get a complete understanding refer the following vignettes:
3232
[this vignette](https://insightsengineering.github.io/teal/latest-tag/articles/transform-input-data.html),
3333
- Transforming module output in [this vignette](https://insightsengineering.github.io/teal/latest-tag/articles/transform-module-output.html).
3434

35-
## Decoratable outputs
35+
## Outputs that can be decorated
3636

3737
It is important to note which output objects from a given module can be decorated.
3838
The module function documentation's _Decorating Module_ section has this information.

0 commit comments

Comments
 (0)