Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #34 from looker/ssirowy/another-typo
Browse files Browse the repository at this point in the history
Fixed another JS typo.
  • Loading branch information
RichardCzechowski authored Aug 9, 2018
2 parents 182f749 + 5395daa commit a2be649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit a2be649

Please sign in to comment.