Skip to content

Commit d4252b3

Browse files
docs: fix incorrect list toolbar group name in JSDoc (#9968) (#9969)
Co-authored-by: Serhii Kulykov <[email protected]>
1 parent 5b45eb2 commit d4252b3

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
@@ -58,7 +58,7 @@ registerStyles('vaadin-rich-text-editor', richTextEditorStyles, { moduleId: 'vaa
5858
* `toolbar-group-heading` | The group for heading controls
5959
* `toolbar-group-style` | The group for style controls
6060
* `toolbar-group-glyph-transformation` | The group for glyph transformation controls
61-
* `toolbar-group-group-list` | The group for group list controls
61+
* `toolbar-group-list` | The group for list controls
6262
* `toolbar-group-alignment` | The group for alignment controls
6363
* `toolbar-group-rich-text` | The group for rich text controls
6464
* `toolbar-group-block` | The group for preformatted block controls

0 commit comments

Comments
 (0)