Skip to content

Commit 24adbd4

Browse files
authored
Merge pull request microsoft#522 from JoelEinbinder/patch-1
Fix small typo in node-pty.d.ts
2 parents 87d95ed + 759d291 commit 24adbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/node-pty.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ declare module 'node-pty' {
171171

172172
/**
173173
* Resizes the dimensions of the pty.
174-
* @param columns THe number of columns to use.
174+
* @param columns The number of columns to use.
175175
* @param rows The number of rows to use.
176176
*/
177177
resize(columns: number, rows: number): void;

0 commit comments

Comments
 (0)