Skip to content

Commit f4cc713

Browse files
committed
changelog fix.
1 parent 8025a9d commit f4cc713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const fooActivity = createAtomActivity<FooStep, MyGlobalState, FooStateState>({
1111
})
1212

1313
// New syntax
14-
const fooActivity = createAtomActivity<FooStep, MyGlobalState, FooStateState>('some', {
14+
const fooActivity = createAtomActivity<FooStep, MyGlobalState, FooStateState>('foo', {
1515
init: /* ... */,
1616
handler: /* ... */,
1717
})

0 commit comments

Comments
 (0)