A SMS -> An SMS

This commit is contained in:
Andrew Morgan 2019-06-10 05:20:15 +01:00
parent 046a834488
commit fe23de7d7f
2 changed files with 3 additions and 3 deletions

View file

@ -314,7 +314,7 @@ paths:
required: ['id_server']
responses:
200:
description: A SMS message was sent to the given phone number.
description: An SMS message was sent to the given phone number.
schema:
$ref: "definitions/sid.yaml"
403:

View file

@ -300,7 +300,7 @@ paths:
responses:
200:
description: |-
A SMS message has been sent to the specified phone number. Note
An SMS message has been sent to the specified phone number. Note
that this may be an SMS message containing the validation token or
it may be informing the user of an error.
schema:
@ -501,7 +501,7 @@ paths:
required: ['id_server']
responses:
200:
description: A SMS message was sent to the given phone number.
description: An SMS message was sent to the given phone number.
schema:
$ref: "definitions/sid.yaml"
403: