Skip to content

Commit

Permalink
Fixed typo in security.md (#2644)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkthedon committed Nov 23, 2020
1 parent 117ffc3 commit a86e59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/hotchocolate/v10/security/security.md
Expand Up @@ -12,7 +12,7 @@ Hot Chocolate provides you with some basic strategies to make your backend more

# Pagination Amount

The first an most simple way to protect your api is to define how many items a page can have when you are using pagination. We added for this the scalar type `PaginationAmount`.
The first and most simple way to protect your api is to define how many items a page can have when you are using pagination. We added for this the scalar type `PaginationAmount`.

```csharp
SchemaBuilder.New()
Expand Down

0 comments on commit a86e59a

Please sign in to comment.