|
115 | 115 |
|
116 | 116 | badge_progress_type = GraphQLObjectType( |
117 | 117 | name="BadgeProgress", |
118 | | - description="A badge with its progress", |
| 118 | + description="A badge with its progress.", |
119 | 119 | fields=lambda: { |
120 | 120 | "badge": GraphQLField( |
121 | 121 | GraphQLNonNull(badge_type), |
|
691 | 691 | GraphQLNonNull(GraphQLList(GraphQLNonNull(faction_type))), |
692 | 692 | description="Faction data for the player.\n\n" |
693 | 693 | "A list with all factions data for the player, including level, experience, " |
694 | | - "and whether is is the currently selected faction." |
| 694 | + "and whether it is the currently selected faction." |
695 | 695 | ), |
696 | 696 | "infinibag": GraphQLField( |
697 | 697 | GraphQLList(GraphQLNonNull(asset_quantity_type)), |
|
700 | 700 | ), |
701 | 701 | "infinivault": GraphQLField( |
702 | 702 | GraphQLList(GraphQLNonNull(asset_quantity_type)), |
703 | | - description="The contents of the plaeyr's Infinivault.\n\n" |
| 703 | + description="The contents of the player's Infinivault.\n\n" |
704 | 704 | "This method is conditional on the player having the in-game \"infinibag\" API setting enabled." |
705 | 705 | ), |
706 | 706 | "mccPlusStatus": GraphQLField( |
|
834 | 834 | "This endpoint will not return listings until they have been " |
835 | 835 | "active for a certain length of time.\n" |
836 | 836 | "This is to help prevent sniping/botting and to ensure server " |
837 | | - "players have priority of website/bot users." |
| 837 | + "players have priority over website/bot users." |
838 | 838 | ), |
839 | 839 | "soldIslandExchangeListings": GraphQLField( |
840 | 840 | GraphQLNonNull(GraphQLList(GraphQLNonNull(island_exchange_listing_type))), |
|
0 commit comments