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:
Loong Dai 2022-12-14 09:15:42 +08:00 committed by GitHub
parent 26e134fe2c
commit e075a43e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: