Skip to content

Commit c8e01c1

Browse files
committed
title case
1 parent cb88155 commit c8e01c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/news/2025-06-06-last-epic-solved.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ solved before v1.0. This release of `[email protected]` (used as the core
3131
execution engine in `[email protected]`) fixes this final epic through
3232
a complete overhaul of the polymorphism system. Let’s take a look!
3333

34-
### Polymorphism Epic Achieved
34+
### Polymorphism epic achieved
3535

3636
By moving the responsibility of polymorphic resolution from field plan resolvers
3737
into the abstract types themselves, we’ve centralized this logic, simplified
@@ -174,14 +174,14 @@ Other changes:
174174
- `GrafastFieldConfig` last two generics swapped order.
175175
- `GrafastArgumentConfig` generics completely changed
176176

177-
### Gra*fast* Features
177+
### Gra*fast* features
178178

179-
#### New Steps
179+
#### New steps
180180

181181
- `coalesce()`: Accepts a number of steps and represents the first value from
182182
them that isn’t `null` or `undefined`
183183

184-
#### Step Classes
184+
#### Step classes
185185

186186
- Experimental support for adding “references” to other steps at plan-time only
187187
(via `refId = this.addRef($step)` and reciprocal `$step = this.getRef(refId)`

0 commit comments

Comments
 (0)