Skip to content

Commit

Permalink
Add/fix typo (#34712)
Browse files Browse the repository at this point in the history
* Fix typo

* Chnagelog

---------

Co-authored-by: Fabien MILLERAND <fab.millerand@automattic.com>
  • Loading branch information
2 people authored and ice9js committed Dec 22, 2023
1 parent ec58602 commit 60edb0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions projects/plugins/jetpack/changelog/add-fix-typo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other


Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function get_subscriber_email() {
/**
* Returns true if the current authenticated user is subscribed to the current site.
*
* @return boole
* @return bool
*/
public function is_current_user_subscribed(): bool {
include_once WP_CONTENT_DIR . '/mu-plugins/email-subscriptions/subscriptions.php';
Expand Down

0 comments on commit 60edb0d

Please sign in to comment.