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; };