From cf99a265cee69f86fefb4c6e3414cabdcc6f7af1 Mon Sep 17 00:00:00 2001 From: Napoleon Santana Date: Tue, 1 Sep 2020 13:25:47 -0400 Subject: [PATCH] Fix typo in _index.md --- content/en/docs/Getting Started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/Getting Started/_index.md b/content/en/docs/Getting Started/_index.md index dcfa108..5cf3b8d 100644 --- a/content/en/docs/Getting Started/_index.md +++ b/content/en/docs/Getting Started/_index.md @@ -122,7 +122,7 @@ kubectl get storageclasses ``` {{% /alert %}} -These storage options can be configured using [`ConfigMap`](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/)s: +These storage options can be configured using [`ConfigMaps`](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/): {{% tabs %}} {{% tab "Persistent Volumes" %}} -- GitLab