Skip to content

Commit 0c885b8

Browse files
authored
Fix typo webhopk -> webhook in WC_Webhook
1 parent 500373f commit 0c885b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/class-wc-webhook.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ public function get_status( $context = 'view' ) {
668668
}
669669

670670
/**
671-
* Get webhopk created date.
671+
* Get webhook created date.
672672
*
673673
* @since 3.2.0
674674
* @param string $context What the value is for.
@@ -680,7 +680,7 @@ public function get_date_created( $context = 'view' ) {
680680
}
681681

682682
/**
683-
* Get webhopk modified date.
683+
* Get webhook modified date.
684684
*
685685
* @since 3.2.0
686686
* @param string $context What the value is for.

0 commit comments

Comments
 (0)