8000 fix typo (#8122) · coderanger/django-rest-framework@c5d9144 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5d9144

Browse files
mark-goldmgold
andauthored
fix typo (encode#8122)
Co-authored-by: mgold <mgold@iponweb.net>
1 parent cdd53c7 commit c5d9144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/validators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ In the case of update operations on *nested* serializers there's no way of
238238
applying this exclusion, because the instance is not available.
239239

240240
Again, you'll probably want to explicitly remove the validator from the
241-
serializer class, and write the code the for the validation constraint
241+
serializer class, and write the code for the validation constraint
242242
explicitly, in a `.validate()` method, or in the view.
243243

244244
## Debugging complex cases

0 commit comments

Comments
 (0)
0