Skip to content

Commit 38ad71c

Browse files
committed
fixed typos
1 parent 70293fc commit 38ad71c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/cliReference.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The GraphQL schema with or without directives as data or file name.
2020

2121
`--input-schema-changes-file <value>, -isc <value>`
2222
<br>
23-
The file that contains your GraphQL schema changes to be applied when you run the utility multiple time. When you run the utility poiniting to a database multiple times, and you manually changed the GraphQL source schema, maybe adding a custom query, your chnages will be lost. To avoid it, add your changes to the a json file and pass it to this option. See section [*Re-apply your changes*](#re-apply-your-changes-with---input-schema-changes-file) for the file format.
23+
The file that contains your GraphQL schema changes to be applied when you run the utility multiple time. When you run the utility pointing to a database multiple times, and you manually changed the GraphQL source schema, maybe adding a custom query, your changes will be lost. To avoid it, add your changes to the a json file and pass it to this option. See section [*Re-apply your changes*](#re-apply-your-changes-with---input-schema-changes-file) for the file format.
2424

2525
```json
2626
[
@@ -64,7 +64,7 @@ The graphdb schema as data or file name. Instead of pointing to a Neptune databa
6464

6565
`--input-graphdb-schema-neptune-endpoint <value>, -ie <value>`
6666
<br>
67-
The Neptune database enpoint from which the utility extract the graphdb schema. Format: `host:port`
67+
The Neptune database endpoint from which the utility extract the graphdb schema. Format: `host:port`
6868

6969
## Output options
7070
`--output-folder-path <value>, -o <value>`
@@ -81,7 +81,7 @@ The file name output for the GraphQL schema with directives. If not specified th
8181

8282
`--output-schema-no-mutations, -onm`
8383
<br>
84-
The inferred GraphQL schema will not have mutuations, just queries.
84+
The inferred GraphQL schema will not have mutations, just queries.
8585

8686
`--output-neptune-schema-file <value>, -og <value>`
8787
<br>

0 commit comments

Comments
 (0)