Skip to content

Commit 4b46f6b

Browse files
TrenlyCopilot
andcommitted
Fix spellcheck false positives in validation docs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bac4bb6 commit 4b46f6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/Validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ This step checks for:
176176
- Declaring a dependency on a package or version that does not exist in the catalog.
177177
- Removing a package that is listed as a dependency by one or more other packages.
178178

179-
**How to fix:** If the failure is a `DisplayVersion` overlap, review the [AppsAndFeaturesEntries guidance](Authoring.md#appsandfeaturesentrieswhen-is-appsandfeaturesentries-needed) and ensure `DisplayVersion` accurately reflects what the installer writes to the registry.
179+
**How to fix:** If the failure is a `DisplayVersion` overlap, review the AppsAndFeaturesEntries guidance in [Authoring.md](Authoring.md) and ensure `DisplayVersion` accurately reflects what the installer writes to the registry.
180180

181181
**Labels applied on review:** `Manifest-AppsAndFeaturesVersion-Error`
182182

@@ -240,7 +240,7 @@ This step downloads the installer and runs it in an isolated environment as a **
240240
- Wrong `InstallerType` — use `nullsoft`, `inno`, `burn`, or `wix` instead of generic `exe` when applicable, so WinGet can pass the correct silent switches.
241241
- Missing or incorrect `InstallerSwitches` for `Silent` or `SilentWithProgress`.
242242
- Installer requires elevation but `ElevationRequirement` is not set.
243-
- A required dependency (runtime, framework, VC++ redistributable) is not present in the test environment.
243+
- A required dependency (runtime, framework, VC++ runtime package) is not present in the test environment.
244244
- The installer is a portable executable that should use `InstallerType: portable` instead of `exe`.
245245
- The installer triggers a UAC prompt that cannot be accepted in the automated environment.
246246

0 commit comments

Comments
 (0)