Fixed a typo (#149)

This commit is contained in:
Andy Czerwonka 2019-10-17 03:53:40 -06:00 committed by Aman Bhardwaj
parent 82cdcec945
commit eef4733c7f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ This directory contains various Dapr concepts. The goal of these documents is to
* [**Bindings**](./bindings/Readme.md)
A binding provides defines a bi-directional connection to an external cloud/on-premise service or system. Dapr allows you to invoke the external service through the standard Dapr binding API, and it allows your application to be triggered by events snet by the connected service.
A binding provides defines a bi-directional connection to an external cloud/on-premise service or system. Dapr allows you to invoke the external service through the standard Dapr binding API, and it allows your application to be triggered by events sent by the connected service.
* [**Building blocks**](./architecture/building_blocks.md)