chore: fix spelling errors (#20719)

Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
This commit is contained in:
Cosmos SDK 2024-06-18 14:52:12 +02:00 committed by GitHub
parent 5857c6ee8c
commit e26cb4813e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ type ObjectType struct {
// KeyFields is a list of fields that make up the primary key of the object.
// It can be empty in which case indexers should assume that this object is
// a singleton and ony has one value.
// a singleton and only has one value.
KeyFields []Field
// ValueFields is a list of fields that are not part of the primary key of the object.