Skip to content

Commit 8c1c65d

Browse files
committed
fix issue
1 parent a966425 commit 8c1c65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ const response = yield context.df.callHttp(
856856
857857
:::zone pivot="programming-language-typescript"
858858

859-
## Leverage New Types
859+
## Leverage new types
860860

861861
The `durable-functions` package now exposes new types that weren't previously exported! This allows you to more strongly type your functions and provide stronger type safety for your orchestrations, entities, and activities! This also improves intellisense for authoring these functions.
862862

0 commit comments

Comments
 (0)