Remove space

This commit is contained in:
Josh Johnson 2017-06-29 08:53:04 +01:00
parent a5f49fe864
commit 955a7c1206

View file

@ -167,7 +167,7 @@ Pass an array of objects:
label: 'Label 2',
id: 2,
customProperties: {
random: 'I am a custom property'
random: 'I am a custom property'
}
}]
```