Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-abdulsalam committed Jul 30, 2024
1 parent 0aed3a8 commit 1173b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/connector-tester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker start -i <container-id>
The tester supports the following optional CLI arguments to alter its default behavior. You can append these options to the end of the docker run command provided in step 2 of [How To Run](https://github.com/fivetran/fivetran_sdk/blob/main/tools/connector-tester/README.md#how-to-run) section above.

#### --port
This option tells the tester onn which port it should run.
This option tells the tester on which port it should run.

#### --destination-schema
With this option, you can alter the schema name used in the destination from the default `default_schema`.
2 changes: 1 addition & 1 deletion tools/destination-tester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Here is an example input file named `input_1.json`:
The tester supports the following optional CLI arguments to alter its default behavior. You can append these options to the end of the `docker run` command provided in step 2 of [How To Run](https://github.com/fivetran/fivetran_sdk/tree/main/tools/destination-tester#how-to-run) section above.

#### --port
This option tells the tester onn which port it should run.
This option tells the tester on which port it should run.

#### --plain-text
This option disables encryption and compression of batch files for debugging purposes.
Expand Down

0 comments on commit 1173b96

Please sign in to comment.