diff --git a/docs/pages/Builder.md b/docs/pages/Builder.md index c03c966062..7c8ad1e806 100644 --- a/docs/pages/Builder.md +++ b/docs/pages/Builder.md @@ -81,7 +81,7 @@ All available standard tasks are documented [in the API reference](https://sap.g ^2^ Enabled for projects defining a [component preload configuration](./Configuration.md#component-preload-generation) ^3^ Enabled in `self-contained` build, which disables `generateComponentPreload` and `generateLibraryPreload` ^4^ Enabled for projects defining a [bundle configuration](./Configuration.md#custom-bundling) -^5^ Can be enabled for framework projects via `includeTask` option. For other projects the task is always skipped +^5^ Can be enabled for framework projects via the `includeTask` option. For other projects, this task is skipped ## Processors Processors work with provided resources. They contain the actual build step logic to apply specific modifications to supplied resources, or to make use of the resources' content to create new resources out of that. diff --git a/docs/updates/migrate-v3.md b/docs/updates/migrate-v3.md index cce04fd805..a169f9525f 100644 --- a/docs/updates/migrate-v3.md +++ b/docs/updates/migrate-v3.md @@ -202,7 +202,7 @@ The following processors have been removed: ^2^ Enabled for projects defining a [component preload configuration](../pages/Configuration.md#component-preload-generation) ^3^ Enabled in `self-contained` build, which disables `generateComponentPreload` and `generateLibraryPreload` ^4^ Enabled for projects defining a [bundle configuration](../pages/Configuration.md#custom-bundling) -^5^ Can be enabled for framework projects via `includeTask` option. For other projects the task is always skipped +^5^ Can be enabled for framework projects via the `includeTask` option. For other projects, this task is skipped ## Removal of Standard Middleware