Skip to content

Commit b01b691

Browse files
authored
Fix typo (#29)
1 parent 0b43433 commit b01b691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app-host-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Before continuing, consider some common terminology used in .NET Aspire:
1414

1515
- **App model**: A collection of resources that make up your distributed application (`DistributedApplication`). For a more formal definition, see [App model](#app-model).
1616
- **App host/Orchestrator project**: The .NET project that orchestrates the _app model_, named with the _*.AppHost_ suffix (by convention).
17-
- **Resource**: A [resource](#built-in-resource-types) is a dependent part of your distributed application, such as a project, container, or an executable—all.
17+
- **Resource**: A [resource](#built-in-resource-types) is a dependent part of your distributed application, such as a project, container, or an executable.
1818
- **Reference**: A reference defines a connection between resources. For more information, see [Reference resources](#reference-resources).
1919

2020
## App model

0 commit comments

Comments
 (0)