Skip to content

Commit 1ef4e6b

Browse files
committed
Merge pull request #2006 from andybak/patch-1
typo fix
2 parents 6da3813 + 964b340 commit 1ef4e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/3.0-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Alternatively, specify the field explicitly on the serializer class:
323323

324324
#### Fields for model methods and properties.
325325

326-
With `ModelSerilizer` you can now specify field names in the `fields` option that refer to model methods or properties. For example, suppose you have the following model:
326+
With `ModelSerializer` you can now specify field names in the `fields` option that refer to model methods or properties. For example, suppose you have the following model:
327327

328328
class Invitation(models.Model):
329329
created = models.DateTimeField()

0 commit comments

Comments
 (0)