We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8dd08 commit 2cd3774Copy full SHA for 2cd3774
R/mod_spiderplot.R
@@ -109,12 +109,12 @@ spiderplot_UI <- function( # nolint
109
shiny::textInput(
110
inputId = ns(POC$HLINES_ID),
111
label = POC$HLINES_LABEL,
112
- placeholder = "e.g. -10, 10 (seperated by comma or space)",
+ placeholder = "e.g. -10, 10 (separated by comma or space)",
113
),
114
115
inputId = ns(POC$VLINES_ID),
116
label = POC$VLINES_LABEL,
117
- placeholder = "e.g. 0, 10 (seperated by comma or space)",
+ placeholder = "e.g. 0, 10 (separated by comma or space)",
118
119
shiny::sliderInput(
120
inputId = ns(POC$HEIGHT_ID),
0 commit comments