Skip to content

Commit 60c9764

Browse files
committed
docs: improve clarity and fix grammar issues
- Add specific path to schema.json (src/deploy/schema.json) instead of vague reference - Fix grammar: "for complete list" → "for the complete list" - Remove misleading conditional: "When multiple options specified" → "options are resolved in this priority order" - Remove unsubstantiated "recommended" claim for buildTarget Addresses self-audit findings for professional quality documentation.
1 parent fcbe2f0 commit 60c9764

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ You can also use `prerenderTarget` instead of `buildTarget` for prerendered/SSG
8282

8383
**Target Resolution Precedence:**
8484

85-
When multiple build target options are specified, they are resolved in this order:
85+
Build target options are resolved in this priority order:
8686
1. `prerenderTarget` (if specified) — highest priority, overrides all others
8787
2. `browserTarget` (deprecated, kept for compatibility)
88-
3. `buildTarget` (recommended)
88+
3. `buildTarget`
8989
4. Default: `${project}:build:production` if none specified
9090

9191
There is no support for `universalBuildTarget` or `serverTarget` because GitHub Pages only supports static assets and no Server-Side Rendering!
@@ -424,7 +424,7 @@ This can be very useful because it outputs what would happen without doing anyth
424424

425425
## 📁 Configuration File <a name="configuration-file"></a>
426426

427-
To avoid all these command-line cmd options, you can write down your configuration in the `angular.json` file in the `options` attribute of your deploy project's architect. Just change the kebab-case to lower camel case. Commonly used options in lower camel case (see schema.json for complete list including deprecated options):
427+
To avoid all these command-line cmd options, you can write down your configuration in the `angular.json` file in the `options` attribute of your deploy project's architect. Just change the kebab-case to lower camel case. Commonly used options in lower camel case (see `src/deploy/schema.json` for the complete list including deprecated options):
428428

429429
- baseHref
430430
- buildTarget

0 commit comments

Comments
 (0)