Skip to content

Commit c4776fa

Browse files
committed
typo
1 parent f5f7588 commit c4776fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/02-image-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ Apply lossless compression to this image by executing the following command:
893893
This command tells the computer to create a new compressed file,
894894
`ws.zip`, from the original bitmap image.
895895
Execute a similar command on the tree JPEG file: `zip tree.zip tree.jpg`
896-
(`Compress-Archive tree.jpg jpg.zip` with PowerShell).
896+
(`Compress-Archive tree.jpg tree.zip` with PowerShell).
897897

898898
Having created the compressed file,
899899
use the `ls -al` command (`dir` with PowerShell) to display the contents of the directory.

0 commit comments

Comments
 (0)