Skip to content

Commit

Permalink
fix : typo
Browse files Browse the repository at this point in the history
Invald -> Invalid
  • Loading branch information
leezer94 committed Jun 29, 2023
1 parent c337753 commit e2f675b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/utils/get-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ export async function getRawConfig(cwd: string): Promise<RawConfig | null> {

return rawConfigSchema.parse(configResult.config)
} catch (error) {
throw new Error(`Invald configuration found in ${cwd}/components.json.`)
throw new Error(`Invalid configuration found in ${cwd}/components.json.`)
}
}

0 comments on commit e2f675b

Please sign in to comment.