Skip to content

Commit

Permalink
fix(misc): correct typo in add-nx-to-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
mxvsh authored and AgentEnder committed Nov 7, 2022
1 parent 39518e3 commit f050e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/add-nx-to-monorepo/src/add-nx-to-monorepo.ts
Expand Up @@ -60,7 +60,7 @@ export async function addNxToMonorepo() {
type: 'multiselect',
name: 'targetDefaults',
message:
'Which of the following scripts need to be run in deterministic/topoglogical order?',
'Which of the following scripts need to be run in deterministic/topological order?',
choices: scripts,
},
])) as any
Expand Down

0 comments on commit f050e89

Please sign in to comment.