Skip to content

Commit 1852ea2

Browse files
committed
edit
1 parent 8027914 commit 1852ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ You can assign data to output bindings in one of the following ways (don't combi
152152
```
153153

154154

155-
- **_[Recommended for single output]_ Returning a value directly and using the $return binding name.** This only works for async/Promise returning functions. See example in [exporting an async function](#exporting-an-async-function).
155+
- **_[Recommended for single output]_ Returning a value directly and using the $return binding name.** This only works for async/Promise returning functions. See example in [exporting an async function](#exporting-a-function).
156156
- **Assigning values to `context.bindings`** You can assign values directly to context.bindings.
157157

158158
```javascript

0 commit comments

Comments
 (0)