From 8e6bdbee512238b094318085c5cb7aa459531abb Mon Sep 17 00:00:00 2001 From: Frank Perez <21010185+fperez028@users.noreply.github.com> Date: Tue, 18 Mar 2025 22:21:56 +0000 Subject: [PATCH] Fix Misspell Challenge, edited README under exercise 02 --- exercises/02-conditions-simple/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exercises/02-conditions-simple/README.md b/exercises/02-conditions-simple/README.md index c887cc9..23d2908 100644 --- a/exercises/02-conditions-simple/README.md +++ b/exercises/02-conditions-simple/README.md @@ -1,6 +1,6 @@ # 📝 Instructions -Given a person age, print on the console the following: +Given a person's age, print the following to the console: -1. `is old enough` if its old enough to drink. -2. `not old enough` if its not old enough to drink. \ No newline at end of file +1. `is old enough` if the person is old enough to drink. +2. `not old enough` if the person is not old enough to drink. \ No newline at end of file