Skip to content

Commit

Permalink
Update src/concepts/bindings.md
Browse files Browse the repository at this point in the history
Co-authored-by: John Fallows <[email protected]>
  • Loading branch information
vordimous and jfallows authored Jul 13, 2024
1 parent 69bbc75 commit e727662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concepts/bindings.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bindings

Each configured [`binding`](../reference/config/overview.md#bindings) represents a step in the pipeline as data streams are decoded, translated or encoded according to a specific protocol `type`. Bindings are organized by behavioral type, supporting either encoding and decoding for a specific protocol or translation between protocols.
Each configured [`binding`](../reference/config/overview.md#bindings) represents a step in the pipeline as data streams are decoded, translated or encoded according to a specific protocol `type`. Bindings are organized by behavioral type, supporting either encoding and decoding for a specific protocol or mapping between protocols.

## The zilla.yaml Config

Expand Down

0 comments on commit e727662

Please sign in to comment.