Skip to content

Commit

Permalink
[cli] fix tyops (#10338)
Browse files Browse the repository at this point in the history
Followup to #10333
  • Loading branch information
trek authored Aug 15, 2023
1 parent 7682c92 commit 4ba188c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/short-boats-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions packages/cli/src/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ export function buildCommandOptionLines(
);

// word wrapping requires the wrapped cell to have a fixed width.
// We need to track cell sizes to make the final column of cells is
// equal to the remaindner of unused horizontal space.
// We need to track cell sizes to ensure the final column of cells is
// equal to the remainder of unused horizontal space.
let maxWidthOfUnwrappedColumns = 0;
const rows: (string | undefined | _CellOptions)[][] = [];
for (const option of commandOptions) {
Expand Down

0 comments on commit 4ba188c

Please sign in to comment.