diff --git a/_includes/tutorial/dynamic-ui.md b/_includes/tutorial/dynamic-ui.md index 54f4af17a..d9d28d121 100644 --- a/_includes/tutorial/dynamic-ui.md +++ b/_includes/tutorial/dynamic-ui.md @@ -33,7 +33,7 @@ The condition can also use `output` values; they work in the same way (`output.f
# Partial example
 selectInput("dataset", "Dataset", c("diamonds", "rock", "pressure", "cars")),
 conditionalPanel(
-  condition = "output.nrow",
+  condition = "output.nrows",
   checkboxInput("headonly", "Only use first 1000 rows"))
#### server.R