Skip to content

Commit 205fe3b

Browse files
authored
docs: add missing space to chart fires JSDoc annotation (#11306)
1 parent 20317d8 commit 205fe3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/charts/src/vaadin-chart.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export * from './vaadin-chart-mixin.js';
136136
* @fires {CustomEvent} point-mouse-out - Fired when the mouse leaves the area close to the point.
137137
* @fires {CustomEvent} point-mouse-over - Fired when the mouse enters the area close to the point.
138138
* @fires {CustomEvent} point-remove - Fired when the point is removed from the series.
139-
* @fires {CustomEvent} point-select -Fired when the point is selected either programmatically or by clicking on the point.
139+
* @fires {CustomEvent} point-select - Fired when the point is selected either programmatically or by clicking on the point.
140140
* @fires {CustomEvent} point-unselect - Fired when the point is unselected either programmatically or by clicking on the point.
141141
* @fires {CustomEvent} point-update - Fired when the point is updated programmatically through `.updateConfiguration()` method.
142142
* @fires {CustomEvent} point-drag-start - Fired when starting to drag a point.

packages/charts/src/vaadin-chart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ import { ChartMixin } from './vaadin-chart-mixin.js';
141141
* @fires {CustomEvent} point-mouse-out - Fired when the mouse leaves the area close to the point.
142142
* @fires {CustomEvent} point-mouse-over - Fired when the mouse enters the area close to the point.
143143
* @fires {CustomEvent} point-remove - Fired when the point is removed from the series.
144-
* @fires {CustomEvent} point-select -Fired when the point is selected either programmatically or by clicking on the point.
144+
* @fires {CustomEvent} point-select - Fired when the point is selected either programmatically or by clicking on the point.
145145
* @fires {CustomEvent} point-unselect - Fired when the point is unselected either programmatically or by clicking on the point.
146146
* @fires {CustomEvent} point-update - Fired when the point is updated programmatically through `.updateConfiguration()` method.
147147
* @fires {CustomEvent} point-drag-start - Fired when starting to drag a point.

0 commit comments

Comments
 (0)