Skip to content

Commit

Permalink
fix(scaffold): correct typo in command name from 'destory' to 'destroy'
Browse files Browse the repository at this point in the history
  • Loading branch information
esteban-url committed Dec 30, 2024
1 parent 51f83ad commit 0fc3c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/destroy/scaffold/scaffold.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const tasks = ({ model, path, tests, nestScaffoldByModel }) =>

export const handler = async ({ model: modelArg }) => {
recordTelemetryAttributes({
command: 'destory scaffold',
command: 'destroy scaffold',
})
const { model, path } = splitPathAndModel(modelArg)
try {
Expand Down

0 comments on commit 0fc3c9b

Please sign in to comment.