Skip to content

Commit 2e690ff

Browse files
committed
fix: minor typo
1 parent b326567 commit 2e690ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_rmarkdown.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ ui_rmarkdown <- function(id, rmd_file, allow_download, ...) {
108108
output = teal.widgets::white_small_well(
109109
tags$div(
110110
tags$h4(
111-
"Module from R Markdown file: ",
111+
"Rendered report from: ",
112112
tags$code(basename(rmd_file))
113113
),
114114
if (allow_download) {

0 commit comments

Comments
 (0)