Skip to content

Commit

Permalink
docs: fix schematicCollections option (#45602)
Browse files Browse the repository at this point in the history
PR Close #45602
  • Loading branch information
leosvelperez authored and thePunderWoman committed Apr 12, 2022
1 parent 89d2991 commit 222d866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/workspace-config.md
Expand Up @@ -58,7 +58,7 @@ The following configuration properties are a set of options that customize the A
| `analytics` | Share anonymous [usage data](cli/usage-analytics-gathering) with the Angular Team. | `boolean` | `ci` |
| `analyticsSharing` | A set of analytics sharing options. | [Analytics sharing options](#analytics-sharing-options) |
| `cache` | Control [persistent disk cache](cli/cache) used by [Angular CLI Builders](guide/cli-builder). | [Cache options](#cache-options) |
| `schematicCollection` | A list of default schematics collection to use. | `string` |
| `schematicCollections`| A list of default schematics collections to use. | `string[]` |
| `packageManager` | The preferred package manager tool to use. | `npm` | `cnpm` | `pnpm` |`yarn` |
| `warnings` | Control CLI specific console warnings. | [Warnings options](#warnings-options) |

Expand Down

0 comments on commit 222d866

Please sign in to comment.