Skip to content

Commit 2cd3774

Browse files
authored
fix typo
1 parent ff8dd08 commit 2cd3774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/mod_spiderplot.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ spiderplot_UI <- function( # nolint
109109
shiny::textInput(
110110
inputId = ns(POC$HLINES_ID),
111111
label = POC$HLINES_LABEL,
112-
placeholder = "e.g. -10, 10 (seperated by comma or space)",
112+
placeholder = "e.g. -10, 10 (separated by comma or space)",
113113
),
114114
shiny::textInput(
115115
inputId = ns(POC$VLINES_ID),
116116
label = POC$VLINES_LABEL,
117-
placeholder = "e.g. 0, 10 (seperated by comma or space)",
117+
placeholder = "e.g. 0, 10 (separated by comma or space)",
118118
),
119119
shiny::sliderInput(
120120
inputId = ns(POC$HEIGHT_ID),

0 commit comments

Comments
 (0)