From dc469ffe05979d03a8ef3d7c35d43a4e7072e9e5 Mon Sep 17 00:00:00 2001 From: Whit Rooke <79261809+Whitrooke@users.noreply.github.com> Date: Wed, 21 Jul 2021 09:00:21 -0400 Subject: [PATCH] docs: Adjust spelling in Node SDK guide (#9767) Just seemed a bit confusing to have an precede sync, made me look twice to see which case was truly sync versus async --- docs/guides/sdk/nodejs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/sdk/nodejs.md b/docs/guides/sdk/nodejs.md index 5e29d32d5..94db2b2b5 100644 --- a/docs/guides/sdk/nodejs.md +++ b/docs/guides/sdk/nodejs.md @@ -79,7 +79,7 @@ module.exports.handler = async (event, context) => { }; ``` -Example from context with an sync function: +Example from context with a sync function: ```javascript module.exports.handler = async (event, context) => {