From cf22e63ac528273614137e0aeae405e8fca3b442 Mon Sep 17 00:00:00 2001
From: flashwave <me@flash.moe>
Date: Tue, 22 Apr 2025 22:23:58 +0000
Subject: [PATCH] I should go to bed...

---
 src/mami.js/flashii.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mami.js/flashii.js b/src/mami.js/flashii.js
index 14be85d..349cd96 100644
--- a/src/mami.js/flashii.js
+++ b/src/mami.js/flashii.js
@@ -141,7 +141,7 @@ const Flashii = function(baseUrl) {
         if(status === 404)
             throw new Error('Was unable to determine a server based on the requested parameters.');
         if(status > 299)
-            throw new Error(`Failed to fetch recommend chat server with error code ${status}.`);
+            throw new Error(`Failed to fetch recommended chat server with error code ${status}.`);
 
         return body;
     };