From 7e3dad1ad249d9cb770ed6fad7a200b2c22aebca Mon Sep 17 00:00:00 2001 From: Ivan Rodriguez <104603218+IRod22@users.noreply.github.com> Date: Sat, 19 Nov 2022 14:20:21 -0600 Subject: [PATCH] docs: fix typo in `cli-builder.mf` (#48129) Replace `@example/my-builder` with `@example/my-builder` PR Close #48129 --- aio/content/guide/cli-builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/cli-builder.md b/aio/content/guide/cli-builder.md index a1a7dc69ac0e5..5c73cccc2f7c1 100644 --- a/aio/content/guide/cli-builder.md +++ b/aio/content/guide/cli-builder.md @@ -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.