File tree 1 file changed +2
-2
lines changed
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`:
69
69
graphql-anonymizer --help
70
70
```
71
71
72
- ## Bugs of feedback
72
+ ## Bugs or feedback
73
73
74
74
Please open an Issue to raise a bug or other feedback.
75
75
76
76
## Implementation details
77
77
78
78
GraphQL Anonymizer is a thin wrapper around a
79
79
[ 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.
81
81
82
82
The cross-platform compiling, releasing and testing is done fully automatically via GitHub Actions. Have a look
83
83
at [ 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