Skip to content

Commit 3bf1799

Browse files
committed
JS -> JavaScript
1 parent 5a93929 commit 3bf1799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/durable/durable-functions-node-model-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In the v4 programming model, `function.json` files are a thing of the past! In v
5050
:::zone pivot="programming-language-javascript"
5151
# [v4 model](#tab/v4)
5252
53-
```JS
53+
```javascript
5454
const df = require('durable-functions');
5555
5656
const activityName = 'helloActivity';
@@ -67,7 +67,7 @@ df.app.orchestration('durableOrchestrator', function* (context) {
6767
6868
# [v3 model](#tab/v3)
6969
70-
```JS
70+
```javascript
7171
const df = require("durable-functions");
7272
7373
const activityName = "hello"

0 commit comments

Comments
 (0)