Skip to content

Commit 445ac15

Browse files
shmoolAndrewKushnir
authored andcommitted
docs: fix purpose description of "builders.json" (angular#36830)
PR Close angular#36830
1 parent 856db56 commit 445ac15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/cli-builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For example, your `myBuilder` folder could contain the following files.
4242
| `src/my-builder.ts` | Main source file for the builder definition. |
4343
| `src/my-builder.spec.ts` | Source file for tests. |
4444
| `src/schema.json` | Definition of builder input options. |
45-
| `builders.json` | Testing configuration. |
45+
| `builders.json` | Builders definition. |
4646
| `package.json` | Dependencies. See https://docs.npmjs.com/files/package.json. |
4747
| `tsconfig.json` | [TypeScript configuration](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html). |
4848

0 commit comments

Comments
 (0)