Skip to content

Commit 2892a2b

Browse files
author
mirkobrombin
committed
fix misspelling
1 parent cfeaa28 commit 2892a2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dependencies/structure/Actions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,8 @@ The destination should start with one of the following placeholders:
161161

162162
> **Note**: The `win64` and `win32` placeholders are extremely important, as
163163
> they change according to the bottle's architecture. Windows (and WINE) 32bit
164-
> use the system32 folder to store 32bit resources and syswow64 to store 64bit,
165-
> while Windows (and WINE) 64bit uses the system32 folder to store 64bit
166-
> resources and syswow64 to store 32bit.
164+
> use the system32 folder to store 32bit resources, while 64bit systems uses
165+
> the system32 folder to store 64bit resources and syswow64 to store 32bit.
167166

168167
If the destination does not start with one of the supported placeholders, it
169168
will fail with an error. It is not possible to extract a whole Windows Cabinet

0 commit comments

Comments
 (0)