Skip to content

Commit

Permalink
Merge pull request #522 from JoelEinbinder/patch-1
Browse files Browse the repository at this point in the history
Fix small typo in node-pty.d.ts
  • Loading branch information
Tyriar authored Jan 10, 2022
2 parents e9e6992 + 468454c commit c774676
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 c774676

Please # to comment.