Skip to content

Commit 36d32d0

Browse files
committed
fix typos
1 parent 34bcdaf commit 36d32d0

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
@@ -26,7 +26,7 @@ If you're interested in creating a brand new v4 app instead, you can follow the
2626

2727
Before following this guide, make sure you follow these steps first:
2828

29-
- Install have [Node.js](https://nodejs.org/en/download/releases) version 18.x+.
29+
- Install [Node.js](https://nodejs.org/en/download/releases) version 18.x+.
3030
- Install [TypeScript](https://www.typescriptlang.org/) version 4.x+.
3131
- Run your app on [Azure Functions Runtime](../functions-versions.md?tabs=v4&pivots=programming-language-javascript) version 4.16.5+.
3232
- Install [Azure Functions Core Tools](../functions-run-local.md?tabs=v4) version 4.0.5095+.
@@ -871,7 +871,7 @@ Below are some of the new exported types:
871871

872872
## Troubleshooting
873873

874-
If you see the following error when running your orchestration code, make sure you are running on the at least `v4.16.5` of the [Azure Functions Runtime](../functions-versions.md?tabs=v4&pivots=programming-language-javascript) or at least `v4.0.5095` of [Azure Functions Core Tools](../functions-run-local.md?tabs=v4) if running locally.
874+
If you see the following error when running your orchestration code, make sure you are running on at least `v4.16.5` of the [Azure Functions Runtime](../functions-versions.md?tabs=v4&pivots=programming-language-javascript) or at least `v4.0.5095` of [Azure Functions Core Tools](../functions-run-local.md?tabs=v4) if running locally.
875875

876876
```bash
877877
Exception: The orchestrator can not execute without an OrchestratorStarted event.

0 commit comments

Comments
 (0)