From 8db21c71b4cbc240a32899b79b1fcff0e6693d1e Mon Sep 17 00:00:00 2001
From: Jon Pascoe <jon.pascoe@me.com>
Date: Thu, 5 Dec 2024 06:58:24 +0000
Subject: [PATCH] typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4394fbc..cda9acd 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Below are some examples of how you can use the features of this gem.
 
 ### Input manipulation
 
-This example solution for 2024 Day 1 shows how the convenience methdos can be used to format the puzzle input:
+This example solution for 2024 Day 1 shows how the convenience methods can be used to format the puzzle input:
 
 ```ruby
 # frozen_string_literal: true