-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fix spelling mistakes #7709
Conversation
Welcome @hwdef! |
/assign @gambol99 |
/assign @gambol99 |
@@ -113,7 +113,7 @@ Appears In: | |||
|
|||
Field | Description | |||
------------ | ----------- | |||
additionalNetworkCIDRs <br /> *string array* | AdditionalNetworkCIDRs is a list of aditional CIDR used for the AWS VPC or otherwise allocated to k8s. This is a real CIDR, not the internal k8s network On AWS, it maps to any aditional CIDRs added to a VPC. | |||
additionalNetworkCIDRs <br /> *string array* | AdditionalNetworkCIDRs is a list ofadditional CIDR used for the AWS VPC or otherwise allocated to k8s. This is a real CIDR, not the internal k8s network On AWS, it maps to anyadditional CIDRs added to a VPC. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you missed space between the words.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes,it is my mistake.
I fixed it.
@@ -77,7 +77,7 @@ Appears In: | |||
Field | Description | |||
------------ | ----------- | |||
additionalSecurityGroups <br /> *string array* | AdditionalSecurityGroups attaches additional security groups (e.g. i-123456) | |||
additionalUserData <br /> *[UserData](#userdata-v1alpha2-kops) array* | AdditionalUserData is any aditional user-data to be passed to the host | |||
additionalUserData <br /> *[UserData](#userdata-v1alpha2-kops) array* | AdditionalUserData is anyadditional user-data to be passed to the host |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A space is needed in "anyadditional".
Thanks @hwdef - some of these were originally generated files, but it looks like they may have become detached from their generation. Thanks for fixing! /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hwdef, justinsb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.