Skip to content

Commit

Permalink
Merge pull request #10319 from fedemp/patch-15
Browse files Browse the repository at this point in the history
Docs (table): Fixed invalid types in the `ColorInputView` class.
  • Loading branch information
pomek authored Aug 6, 2021
2 parents 550b168 + 16691cf commit 4f699f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ckeditor5-table/src/ui/colorinputview.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class ColorInputView extends View {
*
* @param {module:utils/locale~Locale} locale The locale instance.
* @param {Object} options The input options.
* @param {module:ui/colorgrid/colorgrid~ColorDefinition} options.colorDefinitions The colors to be displayed
* @param {Array.<module:ui/colorgrid/colorgrid~ColorDefinition>} options.colorDefinitions The colors to be displayed
* in the palette inside the input's dropdown.
* @param {Number} options.columns The number of columns in which the colors will be displayed.
* @param {String} [options.defaultColorValue] If specified, the color input view will replace the "Remove color" button with
Expand Down Expand Up @@ -98,7 +98,7 @@ export default class ColorInputView extends View {
* some error, it helps screen readers read the error text.
*
* @observable
* @member {Boolean} #ariaDescribedById
* @member {String} #ariaDescribedById
*/
this.set( 'ariaDescribedById' );

Expand Down

0 comments on commit 4f699f2

Please sign in to comment.