Skip to content

Commit 30690f9

Browse files
committed
fix: typo from pr
1 parent b8601ff commit 30690f9

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

src/resources/dictionary.ts

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,17 @@ const internationalExam: DictionaryResource[] = [
682682
language: 'en',
683683
languageCategory: 'en',
684684
},
685+
{
686+
id: 'biomedical-terms',
687+
name: '生物医学专业英语词汇',
688+
description: '生物医学专业英语词汇',
689+
category: '专业词汇',
690+
tags: ['生物'],
691+
url: '/dicts/BIOmedical.json',
692+
length: 560,
693+
language: 'en',
694+
languageCategory: 'en',
695+
},
685696
{
686697
id: 'IELTS_tinglichangjing',
687698
name: '雅思听力场景词汇',
@@ -4144,16 +4155,6 @@ const indonesianDicts: DictionaryResource[] = [
41444155
},
41454156
]
41464157

4147-
{
4148-
id: 'biomedical-terms',
4149-
name: '生物医学专业英语词汇',
4150-
description: '生物医学专业英语词汇',
4151-
category: '专业词汇',
4152-
url: '/dicts/BIOmedical.json',
4153-
length: 561,
4154-
language: 'en',
4155-
},
4156-
{
41574158
/**
41584159
* Built-in dictionaries in an array.
41594160
* Why arrays? Because it keeps the order across browsers.

0 commit comments

Comments
 (0)