Fix typo

This commit is contained in:
Jan Oberhauser 2021-02-14 21:17:47 +01:00
parent bb794b6da3
commit 4b8b08450f

View file

@ -91,7 +91,7 @@ export const directMessageFields = [
name: 'attachment', name: 'attachment',
type: 'string', type: 'string',
default: 'data', default: 'data',
description: 'Name of the binary propertie which contain<br />data which should be added to directMessage as attachment.', description: 'Name of the binary property which contain<br />data that should be added to the direct message as attachment.',
}, },
], ],
}, },