Skip to content

Commit d07bc14

Browse files
committed
feat: update docs
1 parent 45b3f1d commit d07bc14

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,6 @@ describe("My emergent system types", () => {
542542

543543
The library uses `Expand` utility types to make TypeScript show full type definitions on hover instead of just type alias names. This means when you hover over `ctx` in a handler or executor, you'll see the complete structure of your context type, not just `HandlerContext` or `ExecutorContext`.
544544

545-
````
546-
547545
### Why Type Tests?
548546

549547
Type tests validate that:
@@ -632,7 +630,7 @@ type EffectExecutorMapBase<TEffects, TExecutorContext> = {
632630
TExecutorContext
633631
>
634632
}
635-
````
633+
```
636634
637635
### Configuration Hooks
638636

0 commit comments

Comments
 (0)