Skip to content

Commit 8dbe348

Browse files
authored
Fix typo in labels.md
1 parent 6885ceb commit 8dbe348

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+1
-1
lines changed

content/en/docs/concepts/overview/working-with-objects/labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ The set of pods that a `service` targets is defined with a label selector.
247247
Similarly, the population of pods that a `replicationcontroller` should
248248
manage is also defined with a label selector.
249249

250-
Labels selectors for both objects are defined in `json` or `yaml` files using maps,
250+
Label selectors for both objects are defined in `json` or `yaml` files using maps,
251251
and only _equality-based_ requirement selectors are supported:
252252

253253
```json

0 commit comments

Comments
 (0)