From 59e553673a42dc4d088971f501083d9eb1a5e937 Mon Sep 17 00:00:00 2001 From: Nikita Korobkin Date: Fri, 21 Mar 2025 20:21:01 +0300 Subject: [PATCH] Fix typo --- episodes/04-pipefilter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/04-pipefilter.md b/episodes/04-pipefilter.md index d3bf4d6a6..83b071684 100644 --- a/episodes/04-pipefilter.md +++ b/episodes/04-pipefilter.md @@ -614,7 +614,7 @@ the total count of each type of animal in the file? ## Solution -Option 4. is the correct answer. +Option 4 is the correct answer. If you have difficulty understanding why, try running the commands, or sub-sections of the pipelines (make sure you are in the `shell-lesson-data/exercise-data/animal-counts` directory).