Skip to content

Commit

Permalink
chore: fix spelling errors (cosmos#20719)
Browse files Browse the repository at this point in the history
Co-authored-by: github-merge-queue <[email protected]>
  • Loading branch information
github-prbot and github-merge-queue[bot] authored Jun 18, 2024
1 parent 5857c6e commit e26cb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/base/object_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e26cb48

Please sign in to comment.