Skip to content

Commit d3627cb

Browse files
authored
multiple typos
1 parent 0ffa67f commit d3627cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

schema.graphql

+6-6
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ enum ArtistActivityFeedTypeFilterOption {
621621
}
622622

623623
"""
624-
User appliction to be an artist
624+
User application to be an artist
625625
"""
626626
type ArtistApplication implements Node {
627627
"""
@@ -766,7 +766,7 @@ type ArtistCollectorConnectionEdge implements Edge {
766766
}
767767

768768
"""
769-
Pagination paramaters for artist collectors
769+
Pagination parameters for artist collectors
770770
"""
771771
input ArtistCollectorCursorConnectionArgs {
772772
"""
@@ -800,7 +800,7 @@ input ArtistCollectorCursorConnectionSort {
800800
"""
801801
firstNftCollectedDate: SortOrder
802802
"""
803-
Sort by amount nfts collected, with tie-breaker of earliest collector first
803+
Sort by amount nfts collected, with tie-breaker of the earliest collector first
804804
"""
805805
nftsCount: SortOrder
806806
}
@@ -3959,7 +3959,7 @@ type PlaylistChartRankConnectionEdge implements Edge {
39593959
}
39603960

39613961
"""
3962-
Pagination paramaters for release chart ranks
3962+
Pagination parameters for release chart ranks
39633963
"""
39643964
input PlaylistChartRankCursorConnectionArgs {
39653965
"""
@@ -5814,7 +5814,7 @@ type ReleaseChartConnectionEdge implements Edge {
58145814
}
58155815

58165816
"""
5817-
Pagination paramaters for release charts
5817+
Pagination parameters for release charts
58185818
"""
58195819
input ReleaseChartCursorConnectionArgs {
58205820
"""
@@ -5922,7 +5922,7 @@ type ReleaseChartRankConnectionEdge implements Edge {
59225922
}
59235923

59245924
"""
5925-
Pagination paramaters for release chart ranks
5925+
Pagination parameters for release chart ranks
59265926
"""
59275927
input ReleaseChartRankCursorConnectionArgs {
59285928
"""

0 commit comments

Comments
 (0)