Skip to content

Commit 21fb3e3

Browse files
committed
fix typo
1 parent 7b75f6d commit 21fb3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ exports.meterJSON = (json, opts) => {
163163
case 'import':
164164
for (const entry of section.entries) {
165165
if (entry.moduleStr === moduleStr && entry.fieldStr === fieldStr) {
166-
throw new Error('importing meteing function is not allowed')
166+
throw new Error('importing metering function is not allowed')
167167
}
168168
if (entry.kind === 'function') {
169169
funcIndex++

0 commit comments

Comments
 (0)