Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksander Chlebowski <[email protected]>
  • Loading branch information
chlebowa authored Oct 30, 2023
1 parent 2b13b23 commit 2d688f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/adding-support-for-reporting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Using `teal`, you can launch this example module with the following:

```{r, eval = FALSE}
app <- init(
data = teal_data(IRIS = IRIS, MTCARS = mtcars),
data = teal_data(IRIS = iris, MTCARS = mtcars),
modules = teal_example_module()
)
Expand Down

0 comments on commit 2d688f2

Please sign in to comment.