Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Oct 26, 2024
1 parent 2a72aa0 commit 7ab4b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -5451,7 +5451,7 @@ const init = async () => {
.description('Defines the conditions under which a DSN response should be sent'),
recipient: Joi.string().trim().empty('').email().description('The email address the DSN should be sent (ORCPT)')
})
.description('Request DNS notifications')
.description('Request DSN notifications')
.label('DSN'),

baseUrl: Joi.string()
Expand Down

0 comments on commit 7ab4b80

Please sign in to comment.