diff --git a/Mimir/GraphQL/Queries/Query.cs b/Mimir/GraphQL/Queries/Query.cs index ef5b1558..50a765bb 100644 --- a/Mimir/GraphQL/Queries/Query.cs +++ b/Mimir/GraphQL/Queries/Query.cs @@ -120,7 +120,7 @@ public async Task GetMetadataAsync(string collectionName, [Ser /// /// Get an pet state by avatar address. /// - /// The address of the agent. + /// The address of the avatar. /// The agent state public async Task GetPetAsync(Address avatarAddress, [Service] PetRepository repo) => (await repo.GetByAvatarAddressAsync(avatarAddress)).Object;