From 231843b74c9db2c6f908fa7e6885d56e0854095d 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 Kubernetes-commit: 78f7113a9338589a5a38c58be6d13518a19ff726 --- docs/book/pages/app_management/labels_and_annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/pages/app_management/labels_and_annotations.md b/docs/book/pages/app_management/labels_and_annotations.md index e055bf25..875d4ed9 100644 --- a/docs/book/pages/app_management/labels_and_annotations.md +++ b/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 %}