aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/serializers.md
diff options
context:
space:
mode:
authorTom Christie2012-11-07 11:43:47 +0000
committerTom Christie2012-11-07 11:43:47 +0000
commit3debd7b1a20988350ee6cb93ecc0f55dcff315a0 (patch)
treed8db724f10b1a491f7238a17cde702ec70045f1e /docs/api-guide/serializers.md
parent4546b01f9b165702a7b36b229a300356a292e4e5 (diff)
parent0356c5dca49a13d2c6487ea9e300accf9f0bac59 (diff)
downloaddjango-rest-framework-3debd7b1a20988350ee6cb93ecc0f55dcff315a0.tar.bz2
Version 2.1.12.1.1
Diffstat (limited to 'docs/api-guide/serializers.md')
-rw-r--r--docs/api-guide/serializers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/serializers.md b/docs/api-guide/serializers.md
index ee7f72dd..0cdae1ce 100644
--- a/docs/api-guide/serializers.md
+++ b/docs/api-guide/serializers.md
@@ -190,7 +190,7 @@ As an example, let's create a field that can be used represent the class name of
# ModelSerializers
Often you'll want serializer classes that map closely to model definitions.
-The `ModelSerializer` class lets you automatically create a Serializer class with fields that corrospond to the Model fields.
+The `ModelSerializer` class lets you automatically create a Serializer class with fields that correspond to the Model fields.
class AccountSerializer(serializers.ModelSerializer):
class Meta: