Fix several typos in Concepts Readme (#152)

* Fix several typos in Concept Readme

* Fixing typo for preserve
This commit is contained in:
Leonardo Donelli 2019-10-17 18:21:08 +02:00 committed by Aman Bhardwaj
parent d827af08cd
commit a2b9b19f06
1 changed files with 3 additions and 3 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 sent by the connected service.
A binding provides 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)
@ -30,7 +30,7 @@ This directory contains various Dapr concepts. The goal of these documents is to
* [**State**](./state-management/state-management.md)
Application state is anything an application wants to perserve beyound a single session. Dapr allows pluggable state stores behind a key/value-based state API.
Application state is anything an application wants to preserve beyond a single session. Dapr allows pluggable state stores behind a key/value-based state API.
## Actors