Merge pull request #79561 from oke-py/fix-typo

fixed a typo in kubectl book

Kubernetes-commit: d07b2100f34c563a16f1b25d532e83e33fd978f3
This commit is contained in:
Kubernetes Publisher 2019-07-30 01:59:18 -07:00
commit 2fc5905786
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}