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';