Skip to content

Commit 750bff0

Browse files
committed
Fix documentation issue
1 parent 36d1594 commit 750bff0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/client/utils/PluginsUtils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ const PluginsUtils = {
218218
* ... and so on, for every cfg.contanerPosition value found
219219
* }
220220
* ```
221-
* @param {[type]} pluginsConfig [description]
222-
* @return {[type]} [description]
221+
* @param {object[]} pluginsConfig The configurations of plugins
222+
* @return {object} An object that spreads the configruations in arrays by their `cfg.containerPosition`.
223223
*/
224224
mapPluginsPosition: (pluginsConfig = []) =>
225225
pluginsConfig.reduce( (o, p) => {

0 commit comments

Comments
 (0)