From c119155a9ca5f67d8701e6298c8b92bbee9fdc7d Mon Sep 17 00:00:00 2001 From: Jonathan Henrique Date: Fri, 27 Sep 2024 14:12:25 -0300 Subject: [PATCH] fix(docs/guides/https.md): fixing word typo 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).