Skip to content

Commit d13e48b

Browse files
committed
typo
1 parent 15adbe5 commit d13e48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_g_response.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ srv_g_response <- function(id,
556556

557557
decorated_output_plot_q <- reactive(within(decorated_output_q(), print(plot)))
558558
plot_r <- reactive({
559-
req(output_q()) # Ensure original errors are displaye
559+
req(output_q()) # Ensure original errors are displayed
560560
decorated_output_plot_q()[["plot"]]
561561
})
562562

0 commit comments

Comments
 (0)