We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10d4ce commit 11a5f42Copy full SHA for 11a5f42
typings/node-pty.d.ts
@@ -12,7 +12,7 @@ declare module 'node-pty' {
12
* escaped properly.
13
* @param options The options of the terminal.
14
* @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
+ * @see Parsing C++ Command-Line Arguments https://msdn.microsoft.com/en-us/library/17w5ykft.aspx
16
* @see GetCommandLine https://msdn.microsoft.com/en-us/library/windows/desktop/ms683156.aspx
17
*/
18
export function spawn(file: string, args: string[] | string, options: IPtyForkOptions | IWindowsPtyForkOptions): IPty;
0 commit comments