Skip to content

Commit 151bc5a

Browse files
Merge pull request #237485 from hossam-nasr/durable-guide-fix
Lowercase title on Durable node model upgrade guide
2 parents b3c7b0f + 8c1c65d commit 151bc5a

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)