Skip to content

Commit 2df09d4

Browse files
diberryggailey777
andauthored
Update articles/azure-functions/functions-bindings-http-webhook-trigger.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 4c5e115 commit 2df09d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public HttpResponseMessage run(
286286

287287
# [Model v4](#tab/nodejs-v4)
288288

289-
The following example shows an HTTP trigger [TypeScript function](functions-reference-node.md?tabs=typescript). The function looks for a `name` parameter either in the query string or the body of the [HTTP request](functions-reference-node.md?tabs=javascript&pivots=nodejs-model-v4#http-request).
289+
The following example shows an HTTP trigger [TypeScript function](functions-reference-node.md?tabs=typescript). The function looks for a `name` parameter either in the query string or the body of the [HTTP request](functions-reference-node.md?tabs=typescript&pivots=nodejs-model-v4#http-request).
290290

291291
:::code language="typescript" source="~/azure-functions-nodejs-v4/ts/src/functions/httpTrigger1.ts" :::
292292

0 commit comments

Comments
 (0)