docs: fix purpose description of "builders.json" (#36830)

PR Close #36830
This commit is contained in:
Shmuela Jacobs 2020-04-28 13:30:55 +02:00 committed by Andrew Kushnir
parent 856db56cca
commit 445ac15a78
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ For example, your `myBuilder` folder could contain the following files.
| `src/my-builder.ts` | Main source file for the builder definition. |
| `src/my-builder.spec.ts` | Source file for tests. |
| `src/schema.json` | Definition of builder input options. |
| `builders.json` | Testing configuration. |
| `builders.json` | Builders definition. |
| `package.json` | Dependencies. See https://docs.npmjs.com/files/package.json. |
| `tsconfig.json` | [TypeScript configuration](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html). |