Skip to content

Commit 9206fb2

Browse files
Merge pull request #1678 from Tony133/docs/cli-workspaces
docs(cli): fix warning
2 parents 8890beb + 19cef80 commit 9206fb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/cli/workspaces.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ In the following example, `spec` file generation is disabled only for `service`
224224
}
225225
```
226226

227-
> error **Warning** When specifying the `spec` as an object, the key for the generation schematic does not currently support automatic alias handling. This means that specifying a key as for example `service: false` and trying to generate a service via the alias `s`, the spec would still be generated. To make sure both the normal schematic name and the alias work as intended, specify both the normal command name as well as the alias, as seen below.
227+
> warning **Warning** When specifying the `spec` as an object, the key for the generation schematic does not currently support automatic alias handling. This means that specifying a key as for example `service: false` and trying to generate a service via the alias `s`, the spec would still be generated. To make sure both the normal schematic name and the alias work as intended, specify both the normal command name as well as the alias, as seen below.
228228
>
229229
> ```javascript
230230
> {
@@ -260,7 +260,7 @@ Project-specific generate options override global generate options.
260260
}
261261
```
262262
263-
> notice **Notice** The order of precedence for generate options is as follows. Options specified on the CLI command line take precedence over project-specific options. Project-specific options override global options.
263+
> warning **Warning** The order of precedence for generate options is as follows. Options specified on the CLI command line take precedence over project-specific options. Project-specific options override global options.
264264
265265
#### Specified compiler
266266

@@ -313,7 +313,7 @@ For example:
313313
]
314314
```
315315

316-
> error **Warning** Setting `watchAssets` in a top-level `compilerOptions` property overrides any `watchAssets` settings within the `assets` property.
316+
> warning **Warning** Setting `watchAssets` in a top-level `compilerOptions` property overrides any `watchAssets` settings within the `assets` property.
317317
318318
#### Project properties
319319

0 commit comments

Comments
 (0)