From ae510a6a2c307720a8e134de21d408f5fbdebeac Mon Sep 17 00:00:00 2001 From: Evan Cordell Date: Fri, 6 Jul 2018 14:37:00 -0400 Subject: [PATCH] fix(docs): typos in architecture.md --- Documentation/design/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/design/architecture.md b/Documentation/design/architecture.md index f24567d6e00..1aae189706b 100644 --- a/Documentation/design/architecture.md +++ b/Documentation/design/architecture.md @@ -126,7 +126,7 @@ None --> UpgradeAvailable --> UpgradePending --> AtLatestKnown -+ The Catalog Registry stores CSVs and CRDs for creation in a cluster, and stores metadata about packages and channels. -A package manifest is an entry in the catalog registry that associates a package identity with sets of ClusterServiceVersion-v1s. Within a package, channels which point to a particular CSV. Because CSVs explicitly reference the CSV that they replace, a package manifest provides the catalog Operator needs to update a CSV to the latest version in a channel (stepping through each intermediate version). +A package manifest is an entry in the catalog registry that associates a package identity with sets of ClusterServiceVersion-v1s. Within a package, channels point to a particular CSV. Because CSVs explicitly reference the CSV that they replace, a package manifest provides the catalog Operator all of the information that is required to update a CSV to the latest version in a channel (stepping through each intermediate version). ``` Package {name}