mirror of https://github.com/docker/docs.git
Fix typo in titles (#6486)
This commit is contained in:
parent
edecde46f7
commit
88e69c90ce
|
@ -304,7 +304,7 @@ experience conflicts, remove `/usr/local/bin/kubectl`.
|
|||
`/usr/local/bin/kubectl` command is removed.
|
||||
|
||||
For more about using the Kubernetes integration with
|
||||
Docker for Mac, see [Deploy to Kubernetes](kubernetes.md){:target="_blank" class="_"}.
|
||||
Docker for Mac, see [Deploy on Kubernetes](kubernetes.md){:target="_blank" class="_"}.
|
||||
|
||||
### Reset
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: Deploying to Kubernetes on Docker for Mac
|
||||
keywords: mac, edge, kubernetes, kubectl, orchestration
|
||||
title: Deploy to Kubernetes
|
||||
title: Deploy on Kubernetes
|
||||
---
|
||||
|
||||
{% include kubernetes-mac-win.md platform="mac" %}
|
||||
|
|
|
@ -466,7 +466,7 @@ experience conflicts, remove it.
|
|||
`/usr/local/bin/kubectl` command is removed.
|
||||
|
||||
For more about using the Kubernetes integration with Docker for Windows,
|
||||
see [Deploy to Kubernetes](kubernetes.md).
|
||||
see [Deploy on Kubernetes](kubernetes.md).
|
||||
|
||||
### Diagnose & feedback
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: Deploying to Kubernetes on Docker for Windows
|
||||
keywords: windows, edge, kubernetes, kubectl, orchestration
|
||||
title: Deploy to Kubernetes
|
||||
title: Deploy on Kubernetes
|
||||
---
|
||||
|
||||
{% include kubernetes-mac-win.md platform="windows" %}
|
||||
|
|
Loading…
Reference in New Issue