Skip to content

Commit e075cc6

Browse files
committed
doc(subgraph): fix typo
1 parent a722d0f commit e075cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/network-subgraphs/schema.graphql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ type Network @entity {
236236
sponsorshipsCount: Int!
237237
"The number of all Sponsorships ever created through the SponsorshipFactory that are currently funded"
238238
fundedSponsorshipsCount: Int!
239-
"The number of all Operators ever created through the OperatorpFactory"
239+
"The number of all Operators ever created through the OperatorFactory"
240240
operatorsCount: Int!
241-
"The number of all Operators ever created through the OperatorpFactory that are eligible to vote"
241+
"The number of all Operators ever created through the OperatorFactory that are eligible to vote"
242242
eligibleVotersCount: Int!
243243

244244
## StreamrConfig values

0 commit comments

Comments
 (0)