Skip to content

Commit

Permalink
docs(add-nx-to-monorepo): "topological" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mxvsh committed Nov 6, 2022
1 parent 39518e3 commit 8e2cff1
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 8e2cff1

Please sign in to comment.