Skip to content

Commit 33dc5b0

Browse files
docs(website): typo in functional actions
1 parent ed3fedb commit 33dc5b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/overmind-website/examples/guide/goingfunctional/actionoperator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const plainAction: Action = ({ state }, value) => {
1010
1111
}
1212
13-
export const functionlAction: Operator = action(({ state }, value) => {
13+
export const functionalAction: Operator = action(({ state }, value) => {
1414
1515
})
1616
`,
@@ -26,7 +26,7 @@ export const plainAction = ({ state }, value) => {
2626
2727
}
2828
29-
export const functionlAction = action(({ state }, value) => {
29+
export const functionalAction = action(({ state }, value) => {
3030
3131
})
3232
`,

0 commit comments

Comments
 (0)