You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/actor-model.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ So even for simple web apps, with small app-specific state and a few known app-s
62
62
## XState
63
63
64
64
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).
66
66
-**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).
67
67
-**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.
0 commit comments