Skip to content

Commit

Permalink
Merge pull request #42 from priism-center/dev
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
joemarlo committed Dec 8, 2023
2 parents ddf3b13 + 5e1f8c3 commit 7747cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thinkCausal/R/mod_analysis_variable_selection.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ mod_analysis_variable_selection_server <- function(id, store){
width = 6,
selectInput(
inputId = ns('analysis_select_treatment'),
label = 'Select a treatment variable from you data',
label = 'Select a treatment variable from your data',
choices = c('', names(store$analysis_data_uploaded_df)),
selected = NULL
)
Expand Down

0 comments on commit 7747cc2

Please sign in to comment.