Skip to content

Commit 1b87bd0

Browse files
authored
Merge pull request #897 from ritschwumm/patch-1
Fix typo in documentation comment
2 parents f10d4ce + 11a5f42 commit 1b87bd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typings/node-pty.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare module 'node-pty' {
1212
* escaped properly.
1313
* @param options The options of the terminal.
1414
* @see CommandLineToArgvW https://msdn.microsoft.com/en-us/library/windows/desktop/bb776391(v=vs.85).aspx
15-
* @see Parsing C++ Comamnd-Line Arguments https://msdn.microsoft.com/en-us/library/17w5ykft.aspx
15+
* @see Parsing C++ Command-Line Arguments https://msdn.microsoft.com/en-us/library/17w5ykft.aspx
1616
* @see GetCommandLine https://msdn.microsoft.com/en-us/library/windows/desktop/ms683156.aspx
1717
*/
1818
export function spawn(file: string, args: string[] | string, options: IPtyForkOptions | IWindowsPtyForkOptions): IPty;

0 commit comments

Comments
 (0)