From 0e0f86dfed036520da4e01689387cff1b0aef47e Mon Sep 17 00:00:00 2001 From: Zouhair AMAZZAL Date: Wed, 7 Dec 2022 15:03:13 +0100 Subject: [PATCH] docs(head-and-tail): fix grammer error --- subjects/devops/head-and-tail/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/head-and-tail/README.md b/subjects/devops/head-and-tail/README.md index 48397d1a3..cb0cefb50 100644 --- a/subjects/devops/head-and-tail/README.md +++ b/subjects/devops/head-and-tail/README.md @@ -49,5 +49,5 @@ $ May you will need to use `pipe (|)` and `&&`. -> You have to use Man or Google to know more about commands flags, in order to solve this exercice! +> 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!