diff --git a/packages/rich-text/src/concat.js b/packages/rich-text/src/concat.js index 838f36b0501a6d..9f14091f9b1c87 100644 --- a/packages/rich-text/src/concat.js +++ b/packages/rich-text/src/concat.js @@ -8,7 +8,7 @@ import { normaliseFormats } from './normalise-formats'; * Combine all Rich Text values into one. This is similar to * `String.prototype.concat`. * - * @param {...[object]} values An array of all values to combine. + * @param {...Object} values Objects to combine. * * @return {Object} A new value combining all given records. */