Skip to content

Commit

Permalink
fix(docs/guides/https.md): fixing word typo (#664)
Browse files Browse the repository at this point in the history
Changed from `parertRefs` to `parentRefs`.
  • Loading branch information
jonathanmdr authored Oct 21, 2024
1 parent 6b3f146 commit 3a3809b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
...
Expand Down Expand Up @@ -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).
For more details, please refer to [TargetGroupPolicy API reference](../api-types/target-group-policy.md).

0 comments on commit 3a3809b

Please sign in to comment.