aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-001/abigail/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-001/abigail/README.md b/challenge-001/abigail/README.md
index 255a84f136..a049b3a647 100644
--- a/challenge-001/abigail/README.md
+++ b/challenge-001/abigail/README.md
@@ -36,7 +36,7 @@ be replaced by the word `fizz` and any divisible by `5` by the word
### Note
We will not be assuming a fixed upper bound. Instead, we read the
-upper boad from STDIN.
+upper bound from STDIN.
### Solutions
* [AWK](awk/ch-2.awk)