From b8d7c320a0dc3111e4ac256ef98397d28d249541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Pel=C3=AD=C5=A1ek?= Date: Thu, 27 May 2021 12:10:45 +0000 Subject: [PATCH] Fixed typo --- src/content/code/language-support/php/server/graphpinator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/code/language-support/php/server/graphpinator.md b/src/content/code/language-support/php/server/graphpinator.md index 15498c162..c9f058ddb 100644 --- a/src/content/code/language-support/php/server/graphpinator.md +++ b/src/content/code/language-support/php/server/graphpinator.md @@ -17,7 +17,7 @@ GraPHPinator is feature complete PHP implementation of GraphQL server. Its job i - [Constraint directives](https://github.com/infinityloop-dev/graphpinator-constraint-directives) - Typesystem directives to declare additional validation on top of GraphQL typesystem. - [Where directives](https://github.com/infinityloop-dev/graphpinator-where-directives) - Executable directives to filter values in lists. - File upload using [multipart-formdata](https://github.com/jaydenseric/graphql-multipart-request-spec) specs (currently bundled). - - [Query cost limit module](https://github.com/infinityloop-dev/graphpinator-query-cost) - Modules to limit maximum query cost by resticting maximum depth or number of nodes. + - [Query cost limit module](https://github.com/infinityloop-dev/graphpinator-query-cost) - Modules to limit query cost by restricting maximum depth or number of nodes. - Project is composed from multiple smaller packages, which may be used standalone: - [Tokenizer](https://github.com/infinityloop-dev/graphpinator-tokenizer) - Lexical analyzer of GraphQL document. - [Parser](https://github.com/infinityloop-dev/graphpinator-parser) - Syntactic analyzer of GraphQL document.