Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling #77

Merged
merged 2 commits into from
Jun 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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