From d224604f46535b4476cc0ccf16cd7006938894ca Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Wed, 18 Aug 2021 17:56:30 +0200 Subject: [PATCH] Fix docs typo. Co-authored-by: Raghunandan Balachandran Signed-off-by: Eric Peterson --- docs/features/techdocs/how-to-guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/techdocs/how-to-guides.md b/docs/features/techdocs/how-to-guides.md index 878c87b718..5fa14472d1 100644 --- a/docs/features/techdocs/how-to-guides.md +++ b/docs/features/techdocs/how-to-guides.md @@ -152,7 +152,7 @@ The beta version of TechDocs (v0.x.y) made a breaking change to the way TechDocs content was accessed and stored, allowing pages to be accessed with case-insensitive entity triplet paths (e.g. `/docs/namespace/kind/name` whereas in prior versions, they could only be accessed at `/docs/namespace/Kind/name`). -In order to enable this change, documentation has be stored in an external +In order to enable this change, documentation has to be stored in an external storage provider using an object key whose entity triplet is lower-cased. New installations of TechDocs since the beta version will work fine with no