Skip to content

Commit 4732c3c

Browse files
committed
Minor comment nit.
1 parent c05c910 commit 4732c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shadow/npm-injection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { shadowBinPath } from '../constants'
22
import { installSafeArborist } from './arborist'
33
import { installLinks } from './link'
44

5-
// shadow `npm` and `npx` to mitigate subshells
5+
// Shadow `npm` and `npx` to mitigate subshells.
66
installLinks(shadowBinPath, 'npm')
77
installSafeArborist()

0 commit comments

Comments
 (0)