mirror of https://github.com/dapr/docs.git
Fix typo (#616)
* fix typo * fix typo Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
This commit is contained in:
parent
2e3ec25b48
commit
2ee49a6a3f
|
@ -36,8 +36,8 @@ spec:
|
|||
annotations:
|
||||
dapr.io/enabled: "true"
|
||||
dapr.io/id: "myapp"
|
||||
<b>dapr.io/protocol: "grpc"
|
||||
dapr.io/port: "5005"</b>
|
||||
dapr.io/protocol: "grpc"
|
||||
dapr.io/port: "5005"
|
||||
...
|
||||
```
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ spec:
|
|||
app: python-app
|
||||
annotations:
|
||||
dapr.io/enabled: "true"
|
||||
<b>dapr.io/id: "cart"</b>
|
||||
dapr.io/id: "cart"
|
||||
dapr.io/port: "5000"
|
||||
...
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue