Skip to content

Commit db0b63b

Browse files
committed
Fix typo
1 parent cab21b7 commit db0b63b

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
@@ -4,7 +4,7 @@
44

55
Adapters allow converting data from one structure to another.
66

7-
The adapters work very similar to `Serializers` in Django REST framework. They are not tied with Django nor DRF in any way, instead they probide a generic way of transforming an object to another.
7+
The adapters work very similar to `Serializers` in Django REST framework. They are not tied with Django nor DRF in any way, instead they provide a generic way of transforming an object to another.
88

99
The are intended to be used when working with 3rd party APIs and as View-Models.
1010

0 commit comments

Comments
 (0)