Skip to content

Commit ee6a583

Browse files
watilderichardlau
authored andcommitted
test: fix typo in test/parallel/test-icu-punycode.js
coverter => converter PR-URL: #34934 Reviewed-By: Shingo Inoue <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Ricky Zhou <[email protected]>
1 parent 9057a16 commit ee6a583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-icu-punycode.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const assert = require('assert');
1111

1212
// Test hasConverter method
1313
assert(icu.hasConverter('utf-8'),
14-
'hasConverter should report coverter exists for utf-8');
14+
'hasConverter should report converter exists for utf-8');
1515
assert(!icu.hasConverter('x'),
16-
'hasConverter should report coverter does not exist for x');
16+
'hasConverter should report converter does not exist for x');
1717

1818
const tests = require('../fixtures/url-idna.js');
1919
const fixtures = require('../common/fixtures');

0 commit comments

Comments
 (0)