Skip to content

Commit 46cf955

Browse files
committed
Slight edit to trigger validation check
1 parent b80622a commit 46cf955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-warmup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void warmup( @WarmupTrigger Object warmupContext, ExecutionContext contex
8484

8585
# [Model v4](#tab/nodejs-v4)
8686

87-
The following example shows a warmup trigger [JavaScript function](functions-reference-node.md) that runs on each new instance when added to your app:
87+
The following example shows a [JavaScript function](functions-reference-node.md) with a warmup trigger that runs on each new instance when added to your app:
8888

8989
:::code language="javascript" source="~/azure-functions-nodejs-v4/js/src/functions/warmupTrigger1.js" :::
9090

@@ -122,7 +122,7 @@ module.exports = async function (warmupContext, context) {
122122
::: zone pivot="programming-language-typescript"
123123
# [Model v4](#tab/nodejs-v4)
124124

125-
The following example shows a warmup trigger [TypeScript function](functions-reference-node.md) that runs on each new instance when added to your app:
125+
The following example shows a [TypeScript function](functions-reference-node.md) with a warmup trigger that runs on each new instance when added to your app:
126126

127127
:::code language="typescript" source="~/azure-functions-nodejs-v4/ts/src/functions/warmupTrigger1.ts" :::
128128

0 commit comments

Comments
 (0)