Skip to content

Commit a0570c5

Browse files
authored
Update dotnet-aspire-9.4.md (#4172)
Fix typo
1 parent 7aa5829 commit a0570c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/whats-new/dotnet-aspire-9.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ In addition to these core commands, we have two beta commands behind [feature fl
8484
The new `exec` command allows you to execute commands within the context of your Aspire application environment:
8585

8686
```bash
87-
# Execute commands, like migrataions, with environment variables from your app model
87+
# Execute commands, like migrations, with environment variables from your app model
8888
aspire exec --resource my-api -- dotnet ef database update
8989

9090
# Run scripts with access to application context

0 commit comments

Comments
 (0)