Skip to content

Commit 11a5f42

Browse files
authored
Fix typo in documentation comment
1 parent f10d4ce commit 11a5f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)