Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
farreldarian committed Dec 24, 2023
1 parent a8d9807 commit 0ae7551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generator/src/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const { version } = require('../package.json')

generatorHandler({
onManifest() {
logger.info(`${GENERATOR_NAME} Generatinnp drizzle schema...`)
logger.info(`${GENERATOR_NAME} Generating drizzle schema...`)
return {
version,
defaultOutput: './drizzle',
Expand Down

0 comments on commit 0ae7551

Please sign in to comment.