From 39cc6c43e2d3609564c3f785f41863073d3c4202 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 19 Sep 2020 13:54:05 -0700 Subject: [PATCH] Correct a typo in a comment Obviously, no functional change to the code here. --- lmno.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmno.js b/lmno.js index f5e7c1e..54baea9 100644 --- a/lmno.js +++ b/lmno.js @@ -302,7 +302,7 @@ app.post('/login', async (request, response) => { return; }); -/* API to set uer profile information */ +/* API to set user profile information */ app.put('/profile', (request, response) => { const nickname = request.body.nickname; if (nickname) { -- 2.43.0