From 3375fecc8bf8f8ba781d952e6dd5986b947a7ec2 Mon Sep 17 00:00:00 2001 From: Tom Davis Date: Mon, 3 Nov 2014 15:05:45 -0500 Subject: [PATCH] Fix typo That's all. --- docs/topics/3.0-announcement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/3.0-announcement.md b/docs/topics/3.0-announcement.md index 78abc5eec..e8428bc20 100644 --- a/docs/topics/3.0-announcement.md +++ b/docs/topics/3.0-announcement.md @@ -369,7 +369,7 @@ This class implements the same basic API as the `Serializer` class: * `.errors` - Returns an errors during validation. * `.save()` - Persists the validated data into an object instance. -There are four mathods that can be overriding, depending on what functionality you want the serializer class to support: +There are four methods that can be overridden, depending on what functionality you want the serializer class to support: * `.to_representation()` - Override this to support serialization, for read operations. * `.to_internal_value()` - Override this to support deserialization, for write operations.