Skip to content

Commit e075a43

Browse files
docs: fix typos (#2996)
* docs: fix typos Signed-off-by: Loong <[email protected]> * Update daprdocs/content/en/operations/components/certification-lifecycle.md Co-authored-by: Hannah Hunter <[email protected]> Signed-off-by: Loong Dai <[email protected]> Signed-off-by: Loong <[email protected]> Signed-off-by: Loong Dai <[email protected]> Co-authored-by: Hannah Hunter <[email protected]>
1 parent 26e134f commit e075a43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

daprdocs/content/en/concepts/components-concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 300
66
description: "Modular functionality used by building blocks and applications"
77
---
88

9-
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.
9+
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.
1010

1111
You can contribute implementations and extend Dapr's component interfaces capabilities via:
1212

daprdocs/content/en/operations/components/certification-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Certification lifecycle only applies to built-in components and does not apply t
1212

1313
## Overview
1414

15-
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.
15+
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.
1616

1717
In general a component needs to be:
1818

0 commit comments

Comments
 (0)