From a6a216ba777be6477986f31ef74f1f9c0b50375f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Santos?= Date: Sat, 27 Jul 2024 22:59:08 +0100 Subject: [PATCH] the-farm: fix small typo (#2823) Co-Authored-by: <12552164+giubatt@users.noreply.github.com> --- exercises/concept/the-farm/.docs/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/the-farm/.docs/instructions.md b/exercises/concept/the-farm/.docs/instructions.md index b0b789aab..6f863bd54 100644 --- a/exercises/concept/the-farm/.docs/instructions.md +++ b/exercises/concept/the-farm/.docs/instructions.md @@ -22,7 +22,7 @@ type FodderCalculator interface { } ``` -As you work on your code, you will improve the error handling to make it more robust and easier to debug later on when you use it in your daily farm live. +As you work on your code, you will improve the error handling to make it more robust and easier to debug later on when you use it in your daily farm life. ## 1. Divide the food evenly