Skip to content

Commit eaec60a

Browse files
nikolastomchristie
authored andcommitted
docs: grammar fix - it's -> its (encode#4698)
1 parent 36552eb commit eaec60a

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
@@ -153,7 +153,7 @@ The field will not be writable to the user, but the default value will still be
153153

154154
#### Using with a hidden date field.
155155

156-
If you want the date field to be entirely hidden from the user, then use `HiddenField`. This field type does not accept user input, but instead always returns it's default value to the `validated_data` in the serializer.
156+
If you want the date field to be entirely hidden from the user, then use `HiddenField`. This field type does not accept user input, but instead always returns its default value to the `validated_data` in the serializer.
157157

158158
published = serializers.HiddenField(default=timezone.now)
159159

0 commit comments

Comments
 (0)