Skip to content

Commit

Permalink
Merge pull request #5887 from posquit0/patch-1
Browse files Browse the repository at this point in the history
Fix mis-typings in docs
  • Loading branch information
k8s-ci-robot committed Oct 9, 2018
2 parents 2cfb62b + 0f83838 commit 8b7438f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manifests_and_customizing_via_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ spec:

## YAML Examples

With the above YAML file, a user can add configurations that are not available via the command line. For instance, you can add a `MaxPrice` value to a new instance group and use spot instances. Also add node and cloud labels for the new instance group.
With the above YAML file, a user can add configurations that are not available via the command line. For instance, you can add a `maxPrice` value to a new instance group and use spot instances. Also add node and cloud labels for the new instance group.

```yaml
apiVersion: kops/v1alpha2
Expand Down

0 comments on commit 8b7438f

Please sign in to comment.