Skip to content

Commit 305ce8a

Browse files
committed
actor-model.mdx: received by
1 parent 5010021 commit 305ce8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/actor-model.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ So even for simple web apps, with small app-specific state and a few known app-s
6262
## XState
6363

6464
Actors in XState can:
65-
- **Accept messages** as [events](transitions#event-objects) passed to their own internal logic, or for state machines as defined [transitions](transitions.mdx).
65+
- **Accept messages** as [events](transitions#event-objects) passed to their own internal logic, or for state machines as received by [transitions](transitions.mdx).
6666
- **Create more actors** within a state machine using `spawn` in an [`assign`](actions.mdx#assign-action), or using the `spawnChild` action creator. For details, see [Spawn](spawn.mdx).
6767
- **Send more messages** as events using `self.send` in their own logic, or [action creators](actions.mdx) like [`sendTo`](actions#send-to-action) or [`raise`](actions#raise-action) in a state machine.
6868

0 commit comments

Comments
 (0)