From 0a812d4ce849542a1f71e9a80560c953f457d7c6 Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Fri, 29 Jun 2018 11:09:58 +0200 Subject: [PATCH] Fix a small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9181c98c63..0eadb06299 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ This is achieved through additional metadata on the application definition. Each - The CRDs that it depends on. - e.g., the vault operator depends on `EtcdCluster`, because Vault is backed by etcd. -Basic dependency resolution then possible by finding, for each “required” CRD, the corresponding operator that manages it and installing it as well. Dependency resolution can be further constrained by the way a user interacts with catalogs. +Basic dependency resolution is then possible by finding, for each “required” CRD, the corresponding operator that manages it and installing it as well. Dependency resolution can be further constrained by the way a user interacts with catalogs. ### Granularity