Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Nov 5, 2023
1 parent 962aae1 commit a4d361a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/salesforce-ci-cd-config-delta-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ ___

_sfdx-hardis delta deployment is in beta but can already be safely used_

By default, all deployments job (check deploy & process deploy) deploy the **full content of the `package.xml` minus what is matching `package-no-overwrite.xml` (formerly `packageDeployOnce.xml`)**
By default, all deployments job (check deploy & process deploy) deploy the **full content of the `package.xml` minus what is matching `package-no-overwrite.xml`** (formerly `packageDeployOnce.xml`)

This is the safest way to deploy at each level

- major to major
- minor to major

Expand Down
2 changes: 1 addition & 1 deletion docs/salesforce-ci-cd-config-overwrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ___

For different reasons, **many metadatas are maintained manually**, using **production Salesforce org Setup**

To avoid to overwrite manual updates in setup, you must define at least a [manifest/package-no-overwrite.xml](#package-no-overwritexml) file.
To avoid to overwrite manual updates in setup, you must define at least a [manifest/package-no-overwrite.xml](#package-no-overwritexml) file. _(formerly named `packageDeployOnce.xml)`_

The rule is simple and must be learnt by heart:

Expand Down

0 comments on commit a4d361a

Please sign in to comment.