Skip to content

Commit 6333e48

Browse files
committed
Merge pull request #2753 from johnjohndoe/patch-1
Fix typo.
2 parents 73e46d9 + 49c04d7 commit 6333e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/serializers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Here's an example for an `update()` method on our previous `UserSerializer` clas
344344

345345
return instance
346346

347-
Because the behavior of nested creates and updates can be ambiguous, and may require complex dependancies between related models, REST framework 3 requires you to always write these methods explicitly. The default `ModelSerializer` `.create()` and `.update()` methods do not include support for writable nested representations.
347+
Because the behavior of nested creates and updates can be ambiguous, and may require complex dependencies between related models, REST framework 3 requires you to always write these methods explicitly. The default `ModelSerializer` `.create()` and `.update()` methods do not include support for writable nested representations.
348348

349349
It is possible that a third party package, providing automatic support some kinds of automatic writable nested representations may be released alongside the 3.1 release.
350350

0 commit comments

Comments
 (0)