Change the wrong function name and wrong word

This commit is contained in:
xichengliudui 2018-10-30 10:10:28 -04:00
parent 4c9b06739c
commit 5d9f3891ca
4 changed files with 6 additions and 6 deletions

View File

@ -18,10 +18,10 @@ $(document).ready(function() {
});
}
function setDefautTab() {
function setDefaultTab() {
$(codeTabs[0]).addClass('tab-selected');
$('.' + codeTabs[0].id).addClass('active');
}
setDefautTab();
});
setDefaultTab();
});

View File

@ -123,7 +123,7 @@ type InstanceGroupSpec struct {
DetailedInstanceMonitoring *bool `json:"detailedInstanceMonitoring,omitempty"`
// IAMProfileSpec defines the identity of the cloud group iam profile (AWS only).
IAM *IAMProfileSpec `json:"iam,omitempty"`
// SecurityGroupOverride overrides the defaut security group created by Kops for this IG (AWS only).
// SecurityGroupOverride overrides the default security group created by Kops for this IG (AWS only).
SecurityGroupOverride *string `json:"securityGroupOverride,omitempty"`
}

View File

@ -102,7 +102,7 @@ type InstanceGroupSpec struct {
DetailedInstanceMonitoring *bool `json:"detailedInstanceMonitoring,omitempty"`
// IAMProfileSpec defines the identity of the cloud group iam profile (AWS only).
IAM *IAMProfileSpec `json:"iam,omitempty"`
// SecurityGroupOverride overrides the defaut security group created by Kops for this IG (AWS only).
// SecurityGroupOverride overrides the default security group created by Kops for this IG (AWS only).
SecurityGroupOverride *string `json:"securityGroupOverride,omitempty"`
}

View File

@ -111,7 +111,7 @@ type InstanceGroupSpec struct {
DetailedInstanceMonitoring *bool `json:"detailedInstanceMonitoring,omitempty"`
// IAMProfileSpec defines the identity of the cloud group iam profile (AWS only).
IAM *IAMProfileSpec `json:"iam,omitempty"`
// SecurityGroupOverride overrides the defaut security group created by Kops for this IG (AWS only).
// SecurityGroupOverride overrides the default security group created by Kops for this IG (AWS only).
SecurityGroupOverride *string `json:"securityGroupOverride,omitempty"`
}