From ab25c59af7813846a7bfe8857faca74056fdecfa Mon Sep 17 00:00:00 2001 From: devin-donnelly Date: Fri, 4 Nov 2016 16:43:30 -0700 Subject: [PATCH] Update index.md --- docs/user-guide/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/index.md b/docs/user-guide/index.md index 027d9c879a..4a4eb3ab54 100644 --- a/docs/user-guide/index.md +++ b/docs/user-guide/index.md @@ -10,9 +10,9 @@ The Kubernetes **Guides** can help you work with various aspects of the Kubernet * The [Cluster Admin Guide](/docs/admin/) can help you set up and administrate your own Kubernetes cluster. * The [Developer Guide](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/docs/devel) can help you either write code to directly access the Kubernetes API, or to contribute directly to the Kubernetes project. -## Kuberentes User Guide +## Kubernetes User Guide -The following topics in the Kubernets User Guide can help you run applications and services on a Kubernetes cluster: +The following topics in the Kubernetes User Guide can help you run applications and services on a Kubernetes cluster: 1. [Quick start: launch and expose an application](/docs/user-guide/quick-start/) 1. [Configuring and launching containers: configuring common container parameters](/docs/user-guide/configuring-containers/)