fixed a typo in kubectl book

This commit is contained in:
Naoki Oketani 2019-06-29 22:19:08 +09:00
parent 583d83a135
commit 78f7113a93

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