mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed typo
This commit is contained in:
parent
0545c9d194
commit
783cd1001a
1 changed files with 1 additions and 1 deletions
|
@ -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});
|
||||
|
|
Loading…
Reference in a new issue