From 6baf03aa807676e2708b821d67eb81db8ecf2016 Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 19 Oct 2014 21:05:55 +0200 Subject: [PATCH] typo --- routes/avatars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/avatars.js b/routes/avatars.js index 839f794..f1c8035 100644 --- a/routes/avatars.js +++ b/routes/avatars.js @@ -40,7 +40,7 @@ router.get('/:uuid/:size?', function(req, res) { } } else { res.status(422) // "Unprocessable Entity", valid request, but semantically erroneous: https://tools.ietf.org/html/rfc4918#page-78 - .send("422 Invlid UUID"); + .send("422 Invalid UUID"); } });