Better wording for label unique constraints (#14836)

This commit is contained in:
Adam Blasko 2022-05-30 17:53:36 +02:00 committed by GitHub
parent f6a915fe4b
commit e8b90488ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ sense for your business or application.
## Label keys and values
A label is a key-value pair, stored as a string. You can specify multiple labels
for an object, but each key-value pair must be unique within an object. If the
for an object, but each key must be unique within an object. If the
same key is given multiple values, the most-recently-written value overwrites
all previous values.