We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9057a16 commit ee6a583Copy full SHA for ee6a583
test/parallel/test-icu-punycode.js
@@ -11,9 +11,9 @@ const assert = require('assert');
11
12
// Test hasConverter method
13
assert(icu.hasConverter('utf-8'),
14
- 'hasConverter should report coverter exists for utf-8');
+ 'hasConverter should report converter exists for utf-8');
15
assert(!icu.hasConverter('x'),
16
- 'hasConverter should report coverter does not exist for x');
+ 'hasConverter should report converter does not exist for x');
17
18
const tests = require('../fixtures/url-idna.js');
19
const fixtures = require('../common/fixtures');
0 commit comments