Skip to content

Commit

Permalink
chore: fix typo, close #7
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 31, 2024
1 parent 2408335 commit 6b0fb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composables/payload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { $fetch } from 'ofetch'
import type { ErrorInfo, Payload, ResolvedPayload } from '~/composables/types'

const LOG_NAME = '[ESLint Config Viewer]'
const LOG_NAME = '[ESLint Config Inspector]'

const data = ref<Payload>({
rules: {},
Expand Down

0 comments on commit 6b0fb0b

Please sign in to comment.