Skip to content

Commit

Permalink
docs(core): remove dangling backtick from name description (#9612)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Mar 30, 2022
1 parent 3b21f4d commit 1d64428
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
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
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

1 comment on commit 1d64428

@vercel
Copy link

@vercel vercel bot commented on 1d64428 Mar 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.