Skip to content

Commit f55e380

Browse files
DarqueWarriorbarnson
authored andcommitted
Add "two" to Update Launch conditions from a WiX extension.md
The word two is missing in a sentence.
1 parent 6d6271c commit f55e380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/wix/tutorial/sprint5/Launch conditions from a WiX extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Remember the product backlog item and its summary:
1414

1515
> Require a matching platform in the installer. That means the x64 package can only be installed on an x64 machine and likewise for Arm64.
1616
17-
Technically, that presupposes that we have (at least) packages: one for x64 and one for Arm64. So far, we have only one. That means we have to do the following:
17+
Technically, that presupposes that we have (at least) two packages: one for x64 and one for Arm64. So far, we have only one. That means we have to do the following:
1818

1919
1. Make sure our current package installs only on an x64 machine.
2020
2. Theoretically ensure a future Arm64 package installs only on an Arm64 machine.

0 commit comments

Comments
 (0)