From d508d2e75c015788a2649ed23074701815352fc2 Mon Sep 17 00:00:00 2001 From: hansemschnokeloch Date: Tue, 27 Aug 2024 02:44:14 +0200 Subject: [PATCH] Fix api doc typo (#30764) --- htdocs/webhook/class/api_webhook.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/webhook/class/api_webhook.class.php b/htdocs/webhook/class/api_webhook.class.php index 98fb0aa8b8f..90b133cc0fd 100644 --- a/htdocs/webhook/class/api_webhook.class.php +++ b/htdocs/webhook/class/api_webhook.class.php @@ -54,7 +54,7 @@ class Webhook extends DolibarrApi } /** - * Get properties of a taregt object + * Get properties of a target object * * Return an array with target information * @@ -69,9 +69,9 @@ class Webhook extends DolibarrApi } /** - * List taregts + * List targets * - * Get a list of taregts + * Get a list of targets * * @param string $sortfield Sort field * @param string $sortorder Sort order