Skip to content

Commit 01bff67

Browse files
committed
Fix grammar errors in middleware-auto-error and events-global-serial docs
Generated-By: mintlify-agent
1 parent 5bad313 commit 01bff67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/concurrency/events-global-serial.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Process only one event at a time across all buses.
44
---
55

66
`global-serial` enforces a single global event-processing slot across all `EventBus` instances.
7-
Note: that global lock is scoped to the `EventBus` class; if you need separate global lock domains, subclass `EventBus`.
7+
Note that the global lock is scoped to the `EventBus` class; if you need separate global lock domains, subclass `EventBus`.
88

99
Companion runnable example:
1010
- [`examples/concurrency_options.py`](https://github.com/ArchiveBox/abxbus/blob/main/examples/concurrency_options.py)

docs/integrations/middleware-auto-error.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bus = EventBus(
2424
## Behavior
2525

2626
- Runs on completed handler results.
27-
- If a handler errored, emits a auto event with:
27+
- If a handler errored, emits an auto event with:
2828
- `event_type`: `{OriginalEventType}ErrorEvent`
2929
- `error`: original exception
3030
- `error_type`: exception class name

0 commit comments

Comments
 (0)