From 8110e3ab4004bf482dc62b643a6f3caa21b82a60 Mon Sep 17 00:00:00 2001 From: Loong Date: Thu, 8 Dec 2022 20:18:28 +0800 Subject: [PATCH 1/2] docs: fix typos Signed-off-by: Loong --- daprdocs/content/en/concepts/components-concept.md | 2 +- .../content/en/operations/components/certification-lifecycle.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/concepts/components-concept.md b/daprdocs/content/en/concepts/components-concept.md index 2ec3c936dfa..e6e1253f68d 100644 --- a/daprdocs/content/en/concepts/components-concept.md +++ b/daprdocs/content/en/concepts/components-concept.md @@ -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: diff --git a/daprdocs/content/en/operations/components/certification-lifecycle.md b/daprdocs/content/en/operations/components/certification-lifecycle.md index cb6f760055b..02690d0588e 100644 --- a/daprdocs/content/en/operations/components/certification-lifecycle.md +++ b/daprdocs/content/en/operations/components/certification-lifecycle.md @@ -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 that is used in production, needs to maintain a certain set of technical requirements that ensure the functional compatibility and robustness of the component. In general a component needs to be: From 8b35cf9742e697e89699242f5bdf426dde7fae05 Mon Sep 17 00:00:00 2001 From: Loong Dai Date: Fri, 9 Dec 2022 12:29:41 +0800 Subject: [PATCH 2/2] 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 --- .../content/en/operations/components/certification-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/components/certification-lifecycle.md b/daprdocs/content/en/operations/components/certification-lifecycle.md index 02690d0588e..d91f48d3879 100644 --- a/daprdocs/content/en/operations/components/certification-lifecycle.md +++ b/daprdocs/content/en/operations/components/certification-lifecycle.md @@ -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 interchangeable 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: