From 78f7113a9338589a5a38c58be6d13518a19ff726 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sat, 29 Jun 2019 22:19:08 +0900 Subject: [PATCH] fixed a typo in kubectl book --- .../docs/book/pages/app_management/labels_and_annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/kubectl/docs/book/pages/app_management/labels_and_annotations.md b/staging/src/k8s.io/kubectl/docs/book/pages/app_management/labels_and_annotations.md index e055bf251f8..875d4ed9d98 100644 --- a/staging/src/k8s.io/kubectl/docs/book/pages/app_management/labels_and_annotations.md +++ b/staging/src/k8s.io/kubectl/docs/book/pages/app_management/labels_and_annotations.md @@ -3,7 +3,7 @@ {% endpanel %} {% panel style="info", title="TL;DR" %} -- Set Labels for all Resources declared within a Project with `commonLables` +- Set Labels for all Resources declared within a Project with `commonLabels` - Set Annotations for all Resources declared within a Project with `commonAnnotations` {% endpanel %}