From 432b95592b3b3f8746156e48cbff1b4d6ebf90d5 Mon Sep 17 00:00:00 2001 From: Kunal Marwaha Date: Sat, 3 Aug 2019 20:25:05 -0700 Subject: [PATCH] typo: abreviation -> abbreviation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b986ad..af5d30d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,6 @@ Running `./cal.js ` with a valid year and month will display that ![Month Output](doc-images/Running-month-year.png) -A valid month must either be a number between 1-12 inclusive, the full month name, or a three letter abreviation of a month name. +A valid month must either be a number between 1-12 inclusive, the full month name, or a three letter abbreviation of a month name. ![Invalid Month Output](doc-images/Bad-month.png)