From 5395daac634656f57bde1960020ab555245988c5 Mon Sep 17 00:00:00 2001 From: Scott Sirowy Date: Thu, 9 Aug 2018 11:01:37 -0700 Subject: [PATCH] Fixed another JS typo. --- docs/api_reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api_reference.md b/docs/api_reference.md index eb00af36..faebd868 100644 --- a/docs/api_reference.md +++ b/docs/api_reference.md @@ -277,9 +277,9 @@ options: { label: "Mode of Transport", display: "select", values: [ - {"Airplane", "airplane"}, - {"Car", "car"}, - {"Unicycle", "unicycle"} + {"Airplane": "airplane"}, + {"Car": "car"}, + {"Unicycle": "unicycle"} ], default: "unicycle" }