From 488287a58b7814c112d0e41887c73ce591db198f Mon Sep 17 00:00:00 2001 From: wy-luke Date: Fri, 17 Nov 2023 18:49:40 +0800 Subject: [PATCH] fix: correct two misspellings (#14530) --- packages/dev/gui/src/2D/controls/textBlock.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dev/gui/src/2D/controls/textBlock.ts b/packages/dev/gui/src/2D/controls/textBlock.ts index 7f84c577b1d..347eecc7c53 100644 --- a/packages/dev/gui/src/2D/controls/textBlock.ts +++ b/packages/dev/gui/src/2D/controls/textBlock.ts @@ -76,7 +76,7 @@ export class TextBlock extends Control { } /** - * Gets or sets an boolean indicating that the TextBlock will be resized to fit its content + * Gets or sets a boolean indicating that the TextBlock will be resized to fit its content */ @serialize() @@ -85,7 +85,7 @@ export class TextBlock extends Control { } /** - * Gets or sets an boolean indicating that the TextBlock will be resized to fit its content + * Gets or sets a boolean indicating that the TextBlock will be resized to fit its content */ public set resizeToFit(value: boolean) {