From 6b9d5c478ba1d88ce163e43dba2e8c0d22cb7d03 Mon Sep 17 00:00:00 2001 From: Zouhair AMAZZAL Date: Fri, 9 Dec 2022 09:59:30 +0100 Subject: [PATCH] docs(json-researcher): fix grammer error --- subjects/devops/json-researcher/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/json-researcher/README.md b/subjects/devops/json-researcher/README.md index f37ffd3e..8647b079 100644 --- a/subjects/devops/json-researcher/README.md +++ b/subjects/devops/json-researcher/README.md @@ -54,7 +54,7 @@ $cat fruit.json | grep color $ ``` -May you will need to use `pipe (|)` and `&&`. +You may need to use pipes `(|)` and the logical operator `&&`. > You have to use Man or Google to know more about commands flags, in order to solve this exercise! > Google and Man will be your friends! \ No newline at end of file