Skip to content

Commit 9b77caf

Browse files
authored
Minor textual improvements
1 parent 837035b commit 9b77caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ GraPHPinator is feature complete PHP implementation of GraphQL server. Its job i
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).
2020
- Project is composed from multiple smaller packages, which may be used standalone:
21-
- [Tokenizer](https://github.com/infinityloop-dev/graphpinator-tokenizer) - Lexical analyzer of request document.
22-
- [Parser](https://github.com/infinityloop-dev/graphpinator-parser) - Syntactic analyzer of request document.
21+
- [Tokenizer](https://github.com/infinityloop-dev/graphpinator-tokenizer) - Lexical analyzer of GraphQL document.
22+
- [Parser](https://github.com/infinityloop-dev/graphpinator-parser) - Syntactic analyzer of GraphQL document.

0 commit comments

Comments
 (0)