Skip to content

Commit 51de3bb

Browse files
committed
remove context.body
1 parent b466b83 commit 51de3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-return-value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Here's the output binding in the *function.json* file:
118118
}
119119
```
120120

121-
In JavaScript, the return value goes in the context.body:
121+
Here's the JavaScript code:
122122

123123
```javascript
124124
module.exports = function (context, input) {

0 commit comments

Comments
 (0)