Skip to content

Commit 485953f

Browse files
idlesignmblayman
authored andcommitted
Doc typo fix (#349)
1 parent dec89af commit 485953f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ rather than from vanilla DRF. For example,
4444
```python
4545
from rest_framework_json_api import serializers
4646

47-
class MyModelSerializer(serializers.ModelSerializers):
47+
class MyModelSerializer(serializers.ModelSerializer):
4848
# ...
4949
```
5050

0 commit comments

Comments
 (0)