Skip to content

Commit 4a0b357

Browse files
committed
Fix "Programing" to "Programming"
1 parent a2d6591 commit 4a0b357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-entities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Entities (sometimes referred to as entity *instances*) are accessed via a unique
2828

2929
For example, a *counter* entity function might be used for keeping score in an online game. Each instance of the game will have a unique entity ID, such as `@Counter@Game1`, `@Counter@Game2`, and so on. All operations that target a particular entity require specifying an entity ID as a parameter.
3030

31-
## Programing models
31+
## Programming models
3232

3333
Durable entities support two different programming models. The first model is a dynamic "functional" model where the entity is defined by a single function. The second model is an object-oriented model where the entity is defined by a class and methods. These models and the programming models for interacting with entities are described in the next sections.
3434

0 commit comments

Comments
 (0)