From 4e76dc7a3d5387b25a8cc65661c0848e200fb97b Mon Sep 17 00:00:00 2001 From: e11sy <130844513+e11sy@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:04:59 +0300 Subject: [PATCH] codestyle improvement --- src/ListTabulator/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ListTabulator/index.ts b/src/ListTabulator/index.ts index ac768538..c22414ea 100644 --- a/src/ListTabulator/index.ts +++ b/src/ListTabulator/index.ts @@ -785,7 +785,7 @@ export default class ListTabulator { } /** - * make sure previousItem is an HTMLElement + * Make sure previousItem is an HTMLElement */ if (previousItem && !isHtmlElement(previousItem)) { return;