Skip to content

Commit 72a8226

Browse files
committed
style: Fix typo in test name
1 parent 63f21e6 commit 72a8226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('bin', () => {
7070
expect(result.stderr.toString()).toBe('');
7171
});
7272

73-
it('should still support the deprecated --postfix paramtert', () => {
73+
it('should still support the deprecated --postfix parameter', () => {
7474
const result = crossSpawn.sync('node', [
7575
'./bin/index.js',
7676
'--input',

0 commit comments

Comments
 (0)