Skip to content

Commit a8c8bb8

Browse files
committed
Fix spacing
1 parent b47965f commit a8c8bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-dapr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ If you provide an incorrect app port value when running an Azure Functions app,
307307
```bash
308308
DaprConfig: {
309309
...
310-
appPort: <DAPR_APP_PORT>
310+
appPort: <DAPR_APP_PORT>
311311
...
312312
}
313313
```
@@ -317,7 +317,7 @@ If you provide an incorrect app port value when running an Azure Functions app,
317317
```
318318
annotations:
319319
...
320-
dapr.io/app-port: "<DAPR_APP_PORT>"
320+
dapr.io/app-port: "<DAPR_APP_PORT>"
321321
...
322322
```
323323

0 commit comments

Comments
 (0)