Skip to content

Commit

Permalink
Fix typo (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jun 27, 2022
1 parent 2461bde commit 2cc2aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -214,7 +214,7 @@ export interface Options {
readonly height?: number;

/**
__boolean__: Wether or not to fit all available space within the terminal.
__boolean__: Whether or not to fit all available space within the terminal.
__function__: Pass a callback function to control box dimensions.
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -232,7 +232,7 @@ console.log(boxen('foo bar', {height: 5}));

Type: `boolean | (width: number, height: number) => [width: number, height: number]`

Wether or not to fit all available space within the terminal.
Whether or not to fit all available space within the terminal.

Pass a callback function to control box dimensions:

Expand Down

0 comments on commit 2cc2aea

Please sign in to comment.