Skip to content

Commit

Permalink
fix(misc): correct "topological" typo in add-nx-to-monorepo(#13014)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxvsh committed Nov 7, 2022
1 parent 6ca19fc commit 8550035
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 8550035

Please sign in to comment.