File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ The full list of options is available via `--help`:
6969graphql-anonymizer --help
7070```
7171
72- ## Bugs of feedback
72+ ## Bugs or feedback
7373
7474Please open an Issue to raise a bug or other feedback.
7575
7676## Implementation details
7777
7878GraphQL Anonymizer is a thin wrapper around a
7979[ class inside GraphQL Java] ( https://github.com/graphql-java/graphql-java/blob/master/src/main/java/graphql/util/Anonymizer.java )
80- It is compiled via [ GraalVM] ( graalvm.org ) to a native binary and distributed via NPM.
80+ . It is compiled via [ GraalVM] ( graalvm.org ) to a native binary and distributed via NPM.
8181
8282The cross-platform compiling, releasing and testing is done fully automatically via GitHub Actions. Have a look
8383at [ release.yml] ( ./.github/workflows/release.yml ) and [ npm] ( /npm ) if you want to know all the details.
You can’t perform that action at this time.
0 commit comments