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
This commit is contained in:
Whit Rooke 2021-07-21 09:00:21 -04:00 committed by GitHub
parent afdf77c960
commit dc469ffe05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) => {