Skip to content

Commit c2b284d

Browse files
authored
docs: fix incorrect list toolbar group name in JSDoc (#9968)
1 parent 762370d commit c2b284d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/rich-text-editor/src/vaadin-rich-text-editor.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface RichTextEditorEventMap extends HTMLElementEventMap, RichTextEdi
5959
* `toolbar-group-heading` | The group for heading controls
6060
* `toolbar-group-style` | The group for style controls
6161
* `toolbar-group-glyph-transformation` | The group for glyph transformation controls
62-
* `toolbar-group-group-list` | The group for group list controls
62+
* `toolbar-group-list` | The group for list controls
6363
* `toolbar-group-alignment` | The group for alignment controls
6464
* `toolbar-group-rich-text` | The group for rich text controls
6565
* `toolbar-group-block` | The group for preformatted block controls

packages/rich-text-editor/src/vaadin-rich-text-editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import { RichTextEditorMixin } from './vaadin-rich-text-editor-mixin.js';
5757
* `toolbar-group-heading` | The group for heading controls
5858
* `toolbar-group-style` | The group for style controls
5959
* `toolbar-group-glyph-transformation` | The group for glyph transformation controls
60-
* `toolbar-group-group-list` | The group for group list controls
60+
* `toolbar-group-list` | The group for list controls
6161
* `toolbar-group-alignment` | The group for alignment controls
6262
* `toolbar-group-rich-text` | The group for rich text controls
6363
* `toolbar-group-block` | The group for preformatted block controls

0 commit comments

Comments
 (0)