diff --git a/exercises/08.1-Your-First-If/README.md b/exercises/08.1-Your-First-If/README.md index 7641e276..1b360fc6 100644 --- a/exercises/08.1-Your-First-If/README.md +++ b/exercises/08.1-Your-First-If/README.md @@ -18,4 +18,4 @@ The current application is prompting asking how much money the user has. Once th + Use an If/else statement to check the value of the `total` variable. -+ Further informetion [here](https://docs.python.org/3/tutorial/controlflow.html#if-statements). ++ Further information [here](https://docs.python.org/3/tutorial/controlflow.html#if-statements).