Skip to content

Commit 678f538

Browse files
committed
Minor punctuation change
1 parent 7b32067 commit 678f538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ module.exports = async function (warmupContext, context) {
120120
::: zone pivot="programming-language-typescript"
121121
# [Model v4](#tab/nodejs-v4)
122122

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

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

0 commit comments

Comments
 (0)