fix capitalization of Object/Array

This commit is contained in:
Dennis Eichhorn 2019-12-30 00:58:33 +01:00
parent fadc62eb1e
commit 367f5801ea

View File

@ -88,7 +88,7 @@ export class Upload {
/**
* Set allowed upload file types.
*
* @param {array} allowed Allowed upload file types
* @param {Array} allowed Allowed upload file types
*
* @return {void}
*