We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f21e6 commit 72a8226Copy full SHA for 72a8226
bin/index.spec.js
@@ -70,7 +70,7 @@ describe('bin', () => {
70
expect(result.stderr.toString()).toBe('');
71
});
72
73
- it('should still support the deprecated --postfix paramtert', () => {
+ it('should still support the deprecated --postfix parameter', () => {
74
const result = crossSpawn.sync('node', [
75
'./bin/index.js',
76
'--input',
0 commit comments