Skip to content

Commit

Permalink
chore: fix typo in comments (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Aug 14, 2024
1 parent ace27f1 commit 06ce5dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ export const Config = Schema.intersect([
])

export function apply(ctx: Context, config: Config) {
// @ts-expect-error inject structure not compatiable
// @ts-expect-error inject structure not compatible
ctx.plugin(ImageService, config)
// @ts-expect-error inject structure not compatiable
// @ts-expect-error inject structure not compatible
ctx.plugin(Command, config)

// eslint-disable-next-line @typescript-eslint/no-var-requires
Expand Down

0 comments on commit 06ce5dc

Please sign in to comment.