From a0c61270435cd5c3c41d7f615923c7e46b7b93a3 Mon Sep 17 00:00:00 2001 From: Byungjin Park Date: Fri, 5 Oct 2018 16:36:44 +0900 Subject: [PATCH] Fix mis-typings in documentation. --- docs/instance_groups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/instance_groups.md b/docs/instance_groups.md index b11b126c6d..a8f6aecc81 100644 --- a/docs/instance_groups.md +++ b/docs/instance_groups.md @@ -245,7 +245,7 @@ spec: Kops utilizes cloud-init to initialize and setup a host at boot time. However in certain cases you may already be leveraging certain features of cloud-init in your infrastructure and would like to continue doing so. More information on cloud-init can be found [here](http://cloudinit.readthedocs.io/en/latest/) -Additional user-user data can be passed to the host provisioning by setting the `AdditionalUserData` field. A list of valid user-data content-types can be found [here](http://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive) +Additional user-data can be passed to the host provisioning by setting the `additionalUserData` field. A list of valid user-data content-types can be found [here](http://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive) Example: ```