Skip to content

Commit 0b6209c

Browse files
committed
chore: fix typos and lint issues
1 parent 798a531 commit 0b6209c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/models/gridOption.interface.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ export interface GridOption<C extends BaseColumn = BaseColumn> {
269269
/** Defaults to true, which leads to render a separate span for the number and styles it with css class <i>slick-sort-indicator-numbered</i> */
270270
sortColNumberInSeparateSpan?: boolean;
271271

272-
/** Defaults to undefined. If we are inside a shadow DOM tree, this must be the shadow root of the tree */
273-
shadowRoot?: ShadowRoot
272+
/** Defaults to undefined. If we are inside a Shadow DOM tree, this must be the Shadow root of the tree */
273+
shadowRoot?: ShadowRoot;
274274

275275
/**
276276
* Defaults to false, which leads to suppress the cell from becoming active when cell as an editor and is clicked.

src/plugins/slick.headermenu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export class SlickHeaderMenu implements SlickPlugin {
220220
const menu = column?.header?.menu as HeaderMenuItems;
221221

222222
if (menu?.items) {
223-
console.warn('[SlickGrid] Header Menu "items" prperty was deprecated in favor of "commandItems" to align with all other Menu plugins.');
223+
console.warn('[SlickGrid] Header Menu "items" property was deprecated in favor of "commandItems" to align with all other Menu plugins.');
224224
}
225225

226226
if (menu) {

0 commit comments

Comments
 (0)