Skip to content

Commit 72d7099

Browse files
committed
correct typo
1 parent 987cc9d commit 72d7099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ server <- function(input, output, session) {
188188
if (!is.null(input$optsHierarchy) && input$optsHierarchy) {
189189
tagList(
190190
bucket_list(
191-
header = "Drag to select variables. If adjusting for more than level of sampling hierarchy, order variables from the largest to smallest sampling area (e.g. province > village > household).",
191+
header = "Drag to select variables. If adjusting for more than one level of sampling hierarchy, order variables from the largest to smallest sampling area (e.g. province > village > household).",
192192
orientation = "horizontal", # doesn't work in sidebar?
193193
add_rank_list(
194194
text = "Hierarchical variables",

0 commit comments

Comments
 (0)