Skip to content

Commit f015153

Browse files
authored
Fix typos (#1)
1 parent 17213b7 commit f015153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

01-processes.livemd

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ When a process receives a message, this message ends up in the process mailbox.
8888
```mermaid
8989
sequenceDiagram;
9090
participant other_pid as Other process
91-
participant pid as Proces
91+
participant pid as Process
9292
participant mailbox as Mailbox
9393
9494
other_pid->>pid: Send message

05-broadway.livemd

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,4 @@ end)
235235
VisualHelpers.broadway_sup_tree(pipeline)
236236
```
237237

238-
Batching works on **batch size** plus **batch timeout**. If a batches reaches the configured size, then it gets handed to the batcher. If it doens't reach the configured size within a configurable timeout, it gets handed to the batcher anyways when the timeout expires, as we can see in the example above with the last two batches.
238+
Batching works on **batch size** plus **batch timeout**. If a batches reaches the configured size, then it gets handed to the batcher. If it doesn't reach the configured size within a configurable timeout, it gets handed to the batcher anyways when the timeout expires, as we can see in the example above with the last two batches.

0 commit comments

Comments
 (0)