doc/tutorial/kubernetes: fix typo

Change-Id: I8039c90369a160341cce93381dcd7277cd26a062
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/2520
Reviewed-by: Marcel van Lohuizen <mpvl@google.com>
diff --git a/doc/tutorial/kubernetes/README.md b/doc/tutorial/kubernetes/README.md
index 50d84e1..826888e 100644
--- a/doc/tutorial/kubernetes/README.md
+++ b/doc/tutorial/kubernetes/README.md
@@ -186,7 +186,7 @@
 
 That looks better!
 The resulting configuration file replaces the original embedded string
-with a call to `yaml.Unmarshal` converting a structured CUE source to
+with a call to `yaml.Marshal` converting a structured CUE source to
 a string with an equivalent YAML file.
 Fields starting with an underscore (`_`) are not included when emitting
 a configuration file (they are when enclosed in double quotes).
@@ -248,7 +248,7 @@
 package kube
 
 service <Name>: {
-    apiVersion: "v1"  
+    apiVersion: "v1"
     kind:       "Service"
     metadata: {
         name: Name