From 62875455d6fbd2ee0fa3799044cda77e7497153d Mon Sep 17 00:00:00 2001 From: Eugeny Date: Mon, 19 Jan 2026 00:55:11 +0300 Subject: [PATCH] fix(selection): fix jsdoc --- src/components/selection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/selection.ts b/src/components/selection.ts index 640899e7..40cceaeb 100644 --- a/src/components/selection.ts +++ b/src/components/selection.ts @@ -57,7 +57,7 @@ export default class SelectionUtils { public isFakeBackgroundEnabled = false; /** - * Native Document's commands for fake background + * Native Document's command for fake background */ private readonly commandBackground: string = 'backColor';