Skip to content

Commit ba31ac4

Browse files
committed
Fix typo
1 parent f63a67f commit ba31ac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/useful_concepts/crash_groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In the example above, `:source`, `:filter`, and `:sink` are all assigned to the
3434

3535
## Behaviour
3636

37-
When an child belonging to a crash group crashes:
37+
When a child belonging to a crash group crashes:
3838
1. All other children in the same crash group are terminated by the pipeline.
3939
2. The pipeline's `c:Membrane.Pipeline.handle_crash_group_down/3` callback is invoked.
4040
3. You can decide whether to restart the group, ignore the failure, or handle the situation in another way.

0 commit comments

Comments
 (0)