Skip to content

Commit ace5ec7

Browse files
committed
just getting rid of the list
1 parent bb7ce7c commit ace5ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Dapr APIs, also referred to as building blocks, are built on best practice indus
2424
| Building block | Description |
2525
| -------------- | ----------- |
2626
| [**Service-to-service invocation**][dapr-serviceinvo] | Discover services and perform reliable, direct service-to-service calls with automatic mTLS authentication and encryption. |
27-
| [**State management**][dapr-statemgmt] | Provides state management capabilities for: <br><br>- CRUD operations - Transactions |
27+
| [**State management**][dapr-statemgmt] | Provides state management capabilities for transactions and CRUD operations. |
2828
| [**Pub/sub**][dapr-pubsub] | Allows publisher and subscriber container apps to intercommunicate via an intermediary message broker. |
2929
| [**Bindings**][dapr-bindings] | Trigger your application with incoming or outgoing events, without SDK or library dependencies. |
3030
| [**Actors**][dapr-actors] | Dapr actors apply the scalability and reliability that the underlying platform provides. |

0 commit comments

Comments
 (0)