Skip to content

Commit 89a3e91

Browse files
authored
Merge pull request #54 from 53ningen/fix/typo
Fix typo: nodejs-prog-model-context.md
2 parents 302dfdf + 297df50 commit 89a3e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc_source/nodejs-prog-model-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ exports.handler = function(event, context, callback) {
4141
console.log('AWSrequestID =', context.awsRequestId);
4242
callback(null, context.functionName);
4343
};
44-
```
44+
```

0 commit comments

Comments
 (0)