Schema description fix

This commit is contained in:
wescoeur 2015-11-25 17:14:58 +01:00
parent 561b8f4eed
commit f3fb0797bf

View File

@ -3,7 +3,7 @@ import moment from 'moment'
export const configurationSchema = {
type: 'object',
description: 'a array of emails (receivers)',
description: 'an array of emails (receivers)',
properties: {
to: {
type: 'array',