From 40395c5dac01b725d3c3492458613df7359c4ba5 Mon Sep 17 00:00:00 2001 From: Zouhair AMAZZAL Date: Fri, 9 Dec 2022 09:58:27 +0100 Subject: [PATCH] docs(find-files-extension): fix grammer error --- subjects/devops/find-files-extension/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/find-files-extension/README.md b/subjects/devops/find-files-extension/README.md index 7b8f3af8c..17a03aaf5 100644 --- a/subjects/devops/find-files-extension/README.md +++ b/subjects/devops/find-files-extension/README.md @@ -53,7 +53,7 @@ qwerty $ ``` -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 exercice! > Google and Man will be your friends! \ No newline at end of file