0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed typo

This commit is contained in:
Naz 2022-05-26 10:58:05 +08:00
parent 0545c9d194
commit 783cd1001a

View file

@ -50,7 +50,7 @@ class WebhooksService {
}
/**
* @returns {WebhooksService} instance of the PostsService
* @returns {WebhooksService} instance of the WebhooksService
*/
const getWebhooksServiceInstance = ({WebhookModel}) => {
return new WebhooksService({WebhookModel});