We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a4a5d commit 764dabdCopy full SHA for 764dabd
docs/api-guide/serializers.md
@@ -333,7 +333,7 @@ Here's an example for an `.update()` method on our previous `UserSerializer` cla
333
def update(self, instance, validated_data):
334
profile_data = validated_data.pop('profile')
335
# Unless the application properly enforces that this field is
336
- # always set, the follow could raise a `DoesNotExist`, which
+ # always set, the following could raise a `DoesNotExist`, which
337
# would need to be handled.
338
profile = instance.profile
339
0 commit comments