Skip to content

Commit

Permalink
Fix typo (#585)
Browse files Browse the repository at this point in the history
nat->NAT
determe -> determine

h/t @chuckha
  • Loading branch information
sethp-nr authored and k8s-ci-robot committed Feb 20, 2019
1 parent e6bb385 commit 14a72d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ type SubnetSpec struct {
RouteTableID *string `json:"routeTableId"`

// NatGatewayID is the NAT gateway id associated with the subnet.
// Ignored unless the subnet is managed by the provider, in which case this is set on the public subnet where the nat gateway resides. It is then used to determe routes for private subnets in the same AZ as the public subnet.
// Ignored unless the subnet is managed by the provider, in which case this is set on the public subnet where the NAT gateway resides. It is then used to determine routes for private subnets in the same AZ as the public subnet.
// +optional
NatGatewayID *string `json:"natGatewayId,omitempty"`

Expand Down

0 comments on commit 14a72d6

Please sign in to comment.