mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
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:
parent
afdf77c960
commit
dc469ffe05
@ -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) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user