fixed typo (#411)

splitted => split
This commit is contained in:
SeanJA 2017-11-22 03:37:38 -05:00 committed by Tobias Nyholm
parent ce484ecbc8
commit fa02dd4fdb

View File

@ -146,7 +146,7 @@ class Message extends HttpApi
} }
/** /**
* Prepare multipart parameters. Make sure each POST parameter is splitted into an array with 'name' and 'content' keys. * Prepare multipart parameters. Make sure each POST parameter is split into an array with 'name' and 'content' keys.
* *
* @param array $params * @param array $params
* *