Skip to content

Commit 0df64bd

Browse files
Merge pull request cerebral#2 from andrew-t-james/patch-1
Update core statecharts.md
2 parents a44900e + 32c7c96 commit 0df64bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/statecharts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Let us do this properly and design this flow “top down”:
3434
{% tabs %}
3535
{% tab title="overmind/login/index.js" %}
3636
```typescript
37-
import {statechart } from 'overmind/config'
37+
import { statechart } from 'overmind/config'
3838
import * as actions from './actions'
3939
import { state } from './state'
4040

0 commit comments

Comments
 (0)