Skip to content

Commit d238925

Browse files
authored
Fix minor typos in README.md (#493)
* Fix typo in "to work" * Fix bound -> infinitive bind * Fix build -> 3nd form built
1 parent 29f6590 commit d238925

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Make sure you know how to get started, [check out our docs](https://classes.read
5151

5252
## Example
5353

54-
Imagine, that you want to bound implementation to some particular type.
54+
Imagine, that you want to bind implementation to some particular type.
5555
Like, strings behave like this, numbers behave like that, and so on.
5656

5757
The good realworld example is `djangorestframework`.
58-
It is build around the idea that different
58+
It is built around the idea that different
5959
data types should be converted differently to and from `json` format.
6060

6161
What is the "traditional" (or outdated if you will!) approach?
@@ -110,7 +110,7 @@ How would new API look like with this concept?
110110

111111
```
112112

113-
See how easy it is to works with types and implementation?
113+
See how easy it is to work with types and implementation?
114114

115115
Typeclass is represented as a regular function, so you can use it like one:
116116

0 commit comments

Comments
 (0)