Skip to content

Commit f11bda7

Browse files
Merge pull request #268869 from flang-msft/fxl---nodejs-should-be-javascript
fxl---fix code fence
2 parents 8073d32 + b2208a2 commit f11bda7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-functions/functions-bindings-cache-input.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ This function.json defines both a pub/sub trigger and an input binding to the GE
153153

154154
This JavaScript code (from index.js) retrives and logs the cached value related to the key provided by the pub/sub trigger.
155155

156-
```nodejs
156+
157+
```javascript
157158

158159
module.exports = async function (context, key, value) {
159160
context.log("Key '" + key + "' was set to value '" + value + "'");

0 commit comments

Comments
 (0)