Fixed typo in pod.

This commit is contained in:
Martin Edenhofer 2017-06-17 00:56:28 +02:00
parent 6f349abcbe
commit 1f14ae5895

View file

@ -15,7 +15,7 @@ create/update/delete index
:articles => {
:type => 'nested',
:properties => {
'attachments' => { :type => 'attachment' }
'attachment' => { :type => 'attachment' }
}
}
}