diff --git a/cli/src/build.ts b/cli/src/build.ts index 1e228a96..aa228fcd 100644 --- a/cli/src/build.ts +++ b/cli/src/build.ts @@ -199,7 +199,7 @@ export class BuildCommand extends Command { if (!tomlContent.lib?.['crate-type']?.includes?.('cdylib')) { throw new TypeError( - `Missing ${chalk.green('create-type = ["cdylib"]')} in ${chalk.green( + `Missing ${chalk.green('crate-type = ["cdylib"]')} in ${chalk.green( '[lib]', )}`, )