Skip to content

Commit

Permalink
Trivial misspelling (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbutler authored Dec 5, 2024
1 parent 30eb309 commit 1e2a19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/docs/pages/home/features/streaming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ for await (const event of listener) {

Often it is helpful to stream from multiple workflows (i.e. child workflows spawned from a parent) to achieve this, you can specify an [additional meta](/features/additional-metadata) key-value pair before running a workflow that can then be used to subscribe to all events from workflows that have the same key-value pair.

Since additinoal metadata is propegated from parent to child workflows, this can be used to track all events from a specific workflow run.
Since additinoal metadata is propagated from parent to child workflows, this can be used to track all events from a specific workflow run.

Here's an example of how to create a listener:

Expand Down

0 comments on commit 1e2a19b

Please sign in to comment.