Skip to content

Commit ca6c0e3

Browse files
Merge pull request cerebral#193 from hipertracker/patch-2
Update 04_goingfunctional.md
2 parents ba19375 + bd16cc2 commit ca6c0e3

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
@@ -51,12 +51,12 @@ To compose the different operators together you typically use **pipe**. You can
5151
h(Example, { name: "guide/goingfunctional/pipe" })
5252
```
5353

54-
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.
54+
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.
5555

5656
## Factories
5757

5858
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.
5959

6060
```marksy
6161
h(Example, { name: "guide/goingfunctional/factory" })
62-
```
62+
```

0 commit comments

Comments
 (0)