Skip to content

Commit cd96720

Browse files
authored
Update input.md
1 parent 803d139 commit cd96720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The following example redirects `stdin` from both the [terminal](#terminal-input
122122
await execa({stdin: ['inherit', {file: 'input.txt'}]})`npm run scaffold`;
123123
```
124124

125-
__Loss of TTY control:__ Please note that when a file descriptor is configured with a combination of 'inherit' and other values, this file descriptor will never refer to a TTY in the subprocess, even if in the current process it does.
125+
__Loss of TTY control:__ Please note that when a file descriptor is configured with a combination of `'inherit'` and other values, this file descriptor will never refer to a TTY in the subprocess, even if in the current process it does.
126126

127127
## Additional file descriptors
128128

0 commit comments

Comments
 (0)