Skip to content

Commit

Permalink
fix: Fix comment casing.
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko committed Aug 18, 2023
1 parent a09c990 commit 7d5f06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/zoom-to-fit/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ export class ZoomToFitControl implements Blockly.IPositionable {
private top = 0;

/**
* width of the zoom-to-fit control.
* Width of the zoom-to-fit control.
*/
private readonly width = 32;

/**
* height of the zoom-to-fit control.
* Height of the zoom-to-fit control.
*/
private readonly height = 32;

Expand Down

0 comments on commit 7d5f06f

Please sign in to comment.