Skip to content

Commit 8e20868

Browse files
committed
don't title case
1 parent 977fb87 commit 8e20868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/actors.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ console.log(snapshot.output);
204204
// => 100
205205
```
206206

207-
## Actor Logic Creators
207+
## Actor logic creators
208208

209209
The types of actor logic you can create from XState are:
210210

@@ -412,7 +412,7 @@ Callback actors are a bit different from other actors in that they do not do the
412412
- Do not emit values when used with `.subscribe()`
413413
- Can not be stopped with `.stop()`
414414

415-
## Higher-Level Logic
415+
## Higher-level logic
416416

417417
Higher-level actor logic enhances existing actor logic with additional functionality. For example, you can create actor logic that logs or persists actor state:
418418

0 commit comments

Comments
 (0)