Skip to content

Commit bd16cc2

Browse files
authored
Update 04_goingfunctional.md
fix typo
1 parent 77853b6 commit bd16cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/overmind-website/guides/intermediate/04_goingfunctional.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ To compose the different operators together you typically use **pipe**. You can
4848
h(Example, { name: "guide/goingfunctional/pipe" })
4949
```
5050

51-
There are several operators available and you can quite easily create new operators from scratch. They er built with the [op-op spec](https://github.com/christianalfoni/op-op-spec). A specification designed specifically to move state management solutions into a functional world.
51+
There are several operators available and you can quite easily create new operators from scratch. They are built with the [op-op spec](https://github.com/christianalfoni/op-op-spec). A specification designed specifically to move state management solutions into a functional world.
5252

5353
## Factories
5454

5555
A familiar concept in functional programming is the use of factories. A factory is a function that creates an operator. This can be used to send *options* to an operator. A typical example of this is the **lengthGreaterThan** operator we built previously.
5656

5757
```marksy
5858
h(Example, { name: "guide/goingfunctional/factory" })
59-
```
59+
```

0 commit comments

Comments
 (0)