From 6601e69c8a93d60b9ef0c31ec6ca3e0a734a9a71 Mon Sep 17 00:00:00 2001 From: Naz Date: Tue, 15 Nov 2022 15:31:35 +0700 Subject: [PATCH] Fixed typo --- ghost/core/core/server/services/members/middleware.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/core/core/server/services/members/middleware.js b/ghost/core/core/server/services/members/middleware.js index 00152b0476..441a9deb7e 100644 --- a/ghost/core/core/server/services/members/middleware.js +++ b/ghost/core/core/server/services/members/middleware.js @@ -29,7 +29,7 @@ const loadMemberSession = async function (req, res, next) { /** * Require member authentication, and make it possible to authenticate via uuid. - * You can chain this after loadMemberSession to make it possible to authetnicate via both the uuid and the session. + * You can chain this after loadMemberSession to make it possible to authenticate via both the uuid and the session. */ const authMemberByUuid = async function (req, res, next) { try {