From 3a3809b44630e0a5d1f9d422380a365c576dc563 Mon Sep 17 00:00:00 2001 From: Jonathan Henrique Date: Mon, 21 Oct 2024 19:04:47 -0300 Subject: [PATCH] fix(docs/guides/https.md): fixing word typo (#664) Changed from `parertRefs` to `parentRefs`. --- docs/guides/https.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/https.md b/docs/guides/https.md index 29175369..1098e615 100644 --- a/docs/guides/https.md +++ b/docs/guides/https.md @@ -37,7 +37,7 @@ spec: parentRefs: - name: my-hotel sectionName: http - - name: my-hotel # Specify the parertRefs name + - name: my-hotel # Specify the parentRefs name sectionName: https # Specify all traffic MUST use HTTPs rules: ... @@ -119,4 +119,4 @@ spec: This will create VPC Lattice TargetGroup with HTTPs protocol option, which can receive TLS traffic. Note that certificate validation is not supported. -For more details, please refer to [TargetGroupPolicy API reference](../api-types/target-group-policy.md). \ No newline at end of file +For more details, please refer to [TargetGroupPolicy API reference](../api-types/target-group-policy.md).