From 0b12661f2dedff15734b234f9e4c25a72df1dd97 Mon Sep 17 00:00:00 2001 From: The GrocK <122747983+grock@users.noreply.github.com> Date: Sat, 9 Mar 2024 11:01:40 -0500 Subject: [PATCH 1/2] Fix typo. Replaced "you" by "your" in the sentence "... Merlin is about to test [you] speed ..." --- .../02_stdin_redirection_multiplications/goal/en.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/missions/stdin_stdout_stderr/02_stdin_redirection_multiplications/goal/en.txt b/missions/stdin_stdout_stderr/02_stdin_redirection_multiplications/goal/en.txt index f50ea4591..c472e8511 100644 --- a/missions/stdin_stdout_stderr/02_stdin_redirection_multiplications/goal/en.txt +++ b/missions/stdin_stdout_stderr/02_stdin_redirection_multiplications/goal/en.txt @@ -3,7 +3,7 @@ Mission goal To get better in the magical art, one needs to know mental math. -Get ready, because Merlin is about to test you speed with products. +Get ready, because Merlin is about to test your speed with products. Run the command ``gsh check`` to start. From 88135b539766c09ea9a4bdd6880f0410afa13dde Mon Sep 17 00:00:00 2001 From: The GrocK <122747983+grock@users.noreply.github.com> Date: Sat, 9 Mar 2024 11:03:26 -0500 Subject: [PATCH 2/2] Fix typo. Replaced "eth" by "the" in the sentence "Modifies the permissions for [eth] file (or directory).". --- missions/permissions/02_chmod_r_file_king_quarter/goal/en.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/missions/permissions/02_chmod_r_file_king_quarter/goal/en.txt b/missions/permissions/02_chmod_r_file_king_quarter/goal/en.txt index c7dfec26c..5f115c3de 100644 --- a/missions/permissions/02_chmod_r_file_king_quarter/goal/en.txt +++ b/missions/permissions/02_chmod_r_file_king_quarter/goal/en.txt @@ -20,7 +20,7 @@ ls -l Access permissions are listed first on each line. chmod [OPTIONS] FILE - Modifies the permissions for eth file (or directory). + Modifies the permissions for the file (or directory). Refer to the manual to discover which options are available.