Skip to content

Commit

Permalink
docs: fix typo in cli-builder.mf (#48129)
Browse files Browse the repository at this point in the history
Replace `@example/my-builder` with `@example/my-builder`
PR Close #48129
  • Loading branch information
Ivan Rodriguez authored and dylhunn committed Nov 21, 2022
1 parent cf55aa0 commit 7e3dad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/cli-builder.md
Expand Up @@ -48,7 +48,7 @@ For example, your `myBuilder` folder could contain the following files.
| `tsconfig.json` | [TypeScript configuration](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html). |

Publish the builder to `npm` \(see [Publishing your Library](guide/creating-libraries#publishing-your-library)\).
If you publish it as `@example/my-builder`, install it using the following command.
If you publish it as `@example/my-builder`, install it using the following command.

<code-example format="shell" language="shell">

Expand Down

0 comments on commit 7e3dad1

Please sign in to comment.