Skip to content

Commit b8d7c32

Browse files
authored
Fixed typo
1 parent 49d8402 commit b8d7c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/code/language-support/php/server/graphpinator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GraPHPinator is feature complete PHP implementation of GraphQL server. Its job i
1717
- [Constraint directives](https://github.com/infinityloop-dev/graphpinator-constraint-directives) - Typesystem directives to declare additional validation on top of GraphQL typesystem.
1818
- [Where directives](https://github.com/infinityloop-dev/graphpinator-where-directives) - Executable directives to filter values in lists.
1919
- File upload using [multipart-formdata](https://github.com/jaydenseric/graphql-multipart-request-spec) specs (currently bundled).
20-
- [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.
20+
- [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.
2121
- Project is composed from multiple smaller packages, which may be used standalone:
2222
- [Tokenizer](https://github.com/infinityloop-dev/graphpinator-tokenizer) - Lexical analyzer of GraphQL document.
2323
- [Parser](https://github.com/infinityloop-dev/graphpinator-parser) - Syntactic analyzer of GraphQL document.

0 commit comments

Comments
 (0)