Skip to content

Commit

Permalink
Fix small typo in node-pty.d.ts
Browse files Browse the repository at this point in the history
`The` instead of `THe`
  • Loading branch information
JoelEinbinder authored Jan 9, 2022
1 parent e9e6992 commit 468454c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/node-pty.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ declare module 'node-pty' {

/**
* Resizes the dimensions of the pty.
* @param columns THe number of columns to use.
* @param columns The number of columns to use.
* @param rows The number of rows to use.
*/
resize(columns: number, rows: number): void;
Expand Down

0 comments on commit 468454c

Please # to comment.