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
(cherry picked from commit 8550035)
  • Loading branch information
mxvsh authored and FrozenPandaz committed Nov 7, 2022
1 parent fafa3b4 commit 4169a7e
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 4169a7e

Please sign in to comment.