Skip to content

Commit f2e4d1b

Browse files
authored
Merge pull request #596 from smanpathak/patch-1
Fix a typo in documentation
2 parents 2211644 + 1b677e3 commit f2e4d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/design/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ClusterServiceVersion:
4343

4444
## OLM Operator
4545

46-
The OLM Operator is responsible to deploying applications defined by ClusterServiceVersion resources once the required resources specified in the ClusterServiceVersion are present in the cluster.
46+
The OLM Operator is responsible for deploying applications defined by ClusterServiceVersion resources once the required resources specified in the ClusterServiceVersion are present in the cluster.
4747
The OLM Operator is not concerned with the creation of the required resources; users can choose to manually create these resources using `kubectl` or users can choose to create these resources using the Catalog Operator.
4848
This separation of concern enables users incremental buy-in in terms of how much of the OLM framework they choose to leverage for their application.
4949

0 commit comments

Comments
 (0)