Skip to content

Commit

Permalink
Fixing minor typo in mongodb documentation (#4699)
Browse files Browse the repository at this point in the history
  • Loading branch information
stxwright committed Jan 30, 2022
1 parent 8121059 commit b5e6e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/hotchocolate/integrations/mongodb.md
Expand Up @@ -191,7 +191,7 @@ services
To use cursor based pagination annoate you resolver with `[UsePaging]` or `.UsePaging()`

```csharp
[UsePaging1]
[UsePaging]
public IExecutable<Person> GetPersons([Service] IMongoCollection<Person> collection)
{
return collection.AsExecutable();
Expand Down

0 comments on commit b5e6e62

Please sign in to comment.