mirror of https://github.com/dapr/docs.git
docs: fix typos (#2996)
* docs: fix typos Signed-off-by: Loong <loong.dai@intel.com> * Update daprdocs/content/en/operations/components/certification-lifecycle.md Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Loong Dai <long0dai@foxmail.com> Signed-off-by: Loong <loong.dai@intel.com> Signed-off-by: Loong Dai <long0dai@foxmail.com> Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
26e134fe2c
commit
e075a43e3c
|
@ -6,7 +6,7 @@ weight: 300
|
|||
description: "Modular functionality used by building blocks and applications"
|
||||
---
|
||||
|
||||
Dapr uses a modular design where functionality is delivered as a component. Each component has an interface definition. All of the components are interchangable so that you can swap out one component with the same interface for another.
|
||||
Dapr uses a modular design where functionality is delivered as a component. Each component has an interface definition. All of the components are interchangeable so that you can swap out one component with the same interface for another.
|
||||
|
||||
You can contribute implementations and extend Dapr's component interfaces capabilities via:
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ Certification lifecycle only applies to built-in components and does not apply t
|
|||
|
||||
## Overview
|
||||
|
||||
Dapr uses a modular design where functionality is delivered as a component. Each component has an interface definition. All of the components are interchangable so that in ideal scenarios, you can swap out one component with the same interface for another. Each component that is used in production, needs to maintain a certain set of technical requirements that ensure the functional compatibility and robustness of the component.
|
||||
Dapr uses a modular design where functionality is delivered as a component. Each component has an interface definition. All of the components are interchangeable, so that in ideal scenarios, you can swap out one component with the same interface for another. Each component used in production maintains a certain set of technical requirements to ensure functional compatibility and robustness.
|
||||
|
||||
In general a component needs to be:
|
||||
|
||||
|
|
Loading…
Reference in New Issue