Skip to content

Commit ce7c1d9

Browse files
committed
Fix build -> 3nd form built
1 parent 3fce89d commit ce7c1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ 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?

0 commit comments

Comments
 (0)