Skip to content

Commit 957fe43

Browse files
Fix title
1 parent b31dfa3 commit 957fe43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-http-webhook-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following table explains the binding configuration properties that you set i
2727
| **direction** | Must be set to `out`. |
2828
| **name** | The variable name used in function code for the response, or `$return` to use the return value. |
2929

30-
## Output - usage
30+
## Usage
3131

3232
To send an HTTP response, use the language-standard response patterns. In C# or C# script, make the function return type `IActionResult` or `Task<IActionResult>`. In C#, a return value attribute isn't required.
3333

0 commit comments

Comments
 (0)