Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff committed Dec 16, 2024
1 parent e34b928 commit 8b5c183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/requests/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def get_target_url(self, obj):
class NodeRequestCreateSerializer(NodeRequestSerializer):
request_type = ser.ChoiceField(read_only=False, required=False, choices=NodeRequestTypes.choices())
message_recipient = RelationshipField(
help_text='An optional user who will receive a an email explaining the nature of the request.',
help_text='An optional user who will receive an email explaining the nature of the request.',
required=False,
related_view='users:user-detail',
related_view_kwargs={'user_id': '<user._id>'},
Expand Down

0 comments on commit 8b5c183

Please sign in to comment.