Skip to content

Commit

Permalink
Fix markdown typo in airbyte-protocol-docker.md (#19842)
Browse files Browse the repository at this point in the history
## Overview
I noticed the `I/O` heading was not displaying properly due to a missing space. 

This fixes that.
  • Loading branch information
bnchrch authored Nov 28, 2022
1 parent 43e6a52 commit 61bf812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/understanding-airbyte/airbyte-protocol-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cat <&0 | docker run --rm -i <destination-image-name> write --config <config-fil

The `write` command will consume `AirbyteMessage`s from STDIN.

##I/O:
## I/O:
* Connectors receive arguments on the command line via JSON files. `e.g. --catalog catalog.json`
* They read `AirbyteMessage`s from STDIN. The destination `write` action is the only command that consumes `AirbyteMessage`s.
* They emit `AirbyteMessage`s on STDOUT.

0 comments on commit 61bf812

Please sign in to comment.