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

fixed a typo in kubectl book
This commit is contained in:
Kubernetes Prow Robot 2019-07-30 01:59:18 -07:00 committed by GitHub
commit d07b2100f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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