Fix typo of the contents

pull/37030/head
PARKINHYO 2022-09-26 23:03:35 +09:00
parent c8dd511e68
commit b6a6b81577
2 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ are provided in the following format:
} }
} }
``` ```
<!-- for editors: intionally use yaml instead of json here, to prevent syntax highlight error. --> <!-- for editors: intentionally use yaml instead of json here, to prevent syntax highlight error. -->
The relative URLs are pointing to immutable OpenAPI descriptions, in The relative URLs are pointing to immutable OpenAPI descriptions, in
order to improve client-side caching. The proper HTTP caching headers order to improve client-side caching. The proper HTTP caching headers

View File

@ -161,7 +161,7 @@ You can also see the patch strategy in the
"x-kubernetes-patch-strategy": "merge" "x-kubernetes-patch-strategy": "merge"
} }
``` ```
<!-- for editors: intionally use yaml instead of json here, to prevent syntax highlight error. --> <!-- for editors: intentionally use yaml instead of json here, to prevent syntax highlight error. -->
And you can see the patch strategy in the And you can see the patch strategy in the
[Kubernetes API documentation](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core). [Kubernetes API documentation](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core).
@ -387,7 +387,7 @@ You can also see the `retainKeys` strategy in the [OpenApi spec](https://raw.git
.... ....
} }
``` ```
<!-- for editors: intionally use yaml instead of json here, to prevent syntax highlight error. --> <!-- for editors: intentionally use yaml instead of json here, to prevent syntax highlight error. -->
And you can see the `retainKeys` strategy in the And you can see the `retainKeys` strategy in the
[Kubernetes API documentation](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#deploymentspec-v1-apps). [Kubernetes API documentation](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#deploymentspec-v1-apps).