Skip to content

Commit 0601def

Browse files
author
Wael Kdouh
committed
fixed typo in module 4
1 parent edcaa23 commit 0601def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/aca/04-aca-dapr-stateapi/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ az containerapp dapr enable --name $BACKEND_API_NAME `
420420
az containerapp dapr enable --name $FRONTEND_WEBAPP_NAME `
421421
--resource-group $RESOURCE_GROUP `
422422
--dapr-app-id $FRONTEND_WEBAPP_NAME `
423-
--dapr-app-port <web api application port number found under Dockerfile for the web api project. e.g. 5071>
423+
--dapr-app-port <front end web application port number found under Dockerfile for the web api project. e.g. 5071>
424424
```
425425

426426
??? tip "Curious to learn more about the command above?"

0 commit comments

Comments
 (0)