From e21679e3ea2b43e84a7ac9f51ef8c642119032a8 Mon Sep 17 00:00:00 2001 From: gitlawr Date: Tue, 9 Oct 2018 16:31:39 +0800 Subject: [PATCH] fix typo --- content/rancher/v2.x/en/catalog/custom/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/catalog/custom/_index.md b/content/rancher/v2.x/en/catalog/custom/_index.md index 9a0904d4c9d..f438ba9a0df 100644 --- a/content/rancher/v2.x/en/catalog/custom/_index.md +++ b/content/rancher/v2.x/en/catalog/custom/_index.md @@ -69,7 +69,7 @@ The following table demonstrates the directory structure for a chart, which can README.md - Optional: Helm Readme file displayed within Rancher UI. This test displays in Detailed Descriptions. + Optional: Helm Readme file displayed within Rancher UI. This text displays in Detailed Descriptions. requirements.yml @@ -105,7 +105,7 @@ Before you create your own custom catalog, you should have a basic understanding A file that contains questions for a form. These form questions simplify deployment of a chart. Without it, you must configure the deployment using key value pairs, which is more difficult. The following image displays the difference between a Rancher chart (which includes `questions.yml`) and a native Helm chart (which does not). - Rancher Chart with question.yml (left) vs. Helm Chart without (right) + Rancher Chart with questions.yml (left) vs. Helm Chart without (right) ![questions.yml]({{< baseurl >}}/img/rancher/questions.png)