Skip to content

Commit

Permalink
docs(core): rephrase redundant wording
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Feb 21, 2023
1 parent d882781 commit 9058d73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/generated/cli/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Type: `boolean`

Default: `false`

Exclude migrations that should have been previously applied on previous updates. To be used with --from
Exclude migrations that should have been applied on previous updates. To be used with --from

### from

Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/nx/documents/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Type: `boolean`

Default: `false`

Exclude migrations that should have been previously applied on previous updates. To be used with --from
Exclude migrations that should have been applied on previous updates. To be used with --from

### from

Expand Down
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/nx-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ function withMigrationOptions(yargs: yargs.Argv) {
})
.option('excludeAppliedMigrations', {
describe:
'Exclude migrations that should have been previously applied on previous updates. To be used with --from',
'Exclude migrations that should have been applied on previous updates. To be used with --from',
type: 'boolean',
default: false,
})
Expand Down

0 comments on commit 9058d73

Please sign in to comment.