Skip to content

Commit 6b0fb0b

Browse files
committed
chore: fix typo, close #7
1 parent 2408335 commit 6b0fb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composables/payload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { $fetch } from 'ofetch'
33
import type { ErrorInfo, Payload, ResolvedPayload } from '~/composables/types'
44

5-
const LOG_NAME = '[ESLint Config Viewer]'
5+
const LOG_NAME = '[ESLint Config Inspector]'
66

77
const data = ref<Payload>({
88
rules: {},

0 commit comments

Comments
 (0)