Skip to content

Commit

Permalink
fix: correct two misspellings (BabylonJS#14530)
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-luke authored Nov 17, 2023
1 parent 2a5b0e2 commit 488287a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dev/gui/src/2D/controls/textBlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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) {
Expand Down

0 comments on commit 488287a

Please sign in to comment.