| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9057a16 commit ee6a583
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,9 +11,9 @@ const assert = require('assert'); | |||
| 11 | 11 | ||
| 12 | 12 | // Test hasConverter method | |
| 13 | 13 | assert(icu.hasConverter('utf-8'), | |
| 14 | - 'hasConverter should report coverter exists for utf-8'); | ||
| 14 | + 'hasConverter should report converter exists for utf-8'); | ||
| 15 | 15 | assert(!icu.hasConverter('x'), | |
| 16 | - 'hasConverter should report coverter does not exist for x'); | ||
| 16 | + 'hasConverter should report converter does not exist for x'); | ||
| 17 | 17 | ||
| 18 | 18 | const tests = require('../fixtures/url-idna.js'); | |
| 19 | 19 | const fixtures = require('../common/fixtures'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments