Skip to content

Commit

Permalink
docs(core): remove dangling backtick from name description (nrwl#9612)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored and sidmonta committed Apr 2, 2022
1 parent ffefee4 commit e9650b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generated/cli/workspace-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ List the available workspace-generators

### name

The name of your generator`
The name of your generator

### version

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 @@ -623,7 +623,7 @@ async function withWorkspaceGeneratorOptions(yargs: yargs.Argv) {
})
.positional('name', {
type: 'string',
describe: 'The name of your generator`',
describe: 'The name of your generator',
});

/**
Expand Down

0 comments on commit e9650b1

Please sign in to comment.