Skip to content

Commit 5dafc6c

Browse files
committed
Fix spelling typo in Swagger
1 parent cd809b1 commit 5dafc6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

routers/api/v1/notify/notifications.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func NewWebPushSubscription(ctx *context.APIContext, input api.NotificationWebPu
4141
// "$ref": "#/definitions/NotificationWebPushSubscription"
4242
// responses:
4343
// "201":
44-
// description: The Web Push subscription was tested and saved sucessfully.
44+
// description: The Web Push subscription was tested and saved successfully.
4545
// "422":
4646
// description: Required fields were missing or the provided subscription could not be tested successfully.
4747

templates/swagger/v1_json.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
],
556556
"responses": {
557557
"201": {
558-
"description": "The Web Push subscription was tested and saved sucessfully."
558+
"description": "The Web Push subscription was tested and saved successfully."
559559
},
560560
"422": {
561561
"description": "Required fields were missing or the provided subscription could not be tested successfully."

0 commit comments

Comments
 (0)