summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/list_validation_example.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/list_validation_example.md b/examples/list_validation_example.md
index 7c44fc2c..cf375c08 100644
--- a/examples/list_validation_example.md
+++ b/examples/list_validation_example.md
@@ -40,7 +40,7 @@ wb.add_worksheet(name: 'Basic Worksheet') do |sheet|
sheet.add_data_validation('B3:B3',
type: :list,
formula1: '"north, east, south, west"',
- showDropDown: true, # Note that this does in fact *hide* the dropdown.
+ hideDropDown: true,
showErrorMessage: true,
errorTitle: '',
error: 'Allowed values: north, east, south, west',