Fix typo (class-wc-rest-wccom-site-ssr-controller.php) (#50145)

* Update class-wc-rest-wccom-site-ssr-controller.php

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
DAnn2012 2024-07-31 01:29:50 +02:00 committed by GitHub
parent e40d91c279
commit 4318dac7ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Comment: Fix typo (class-wc-rest-wccom-site-ssr-controller.php)

View File

@ -55,7 +55,7 @@ class WC_REST_WCCOM_Site_SSR_Controller extends WC_REST_WCCOM_Site_Controller {
}
/**
* Generate SSR data and submit it to WooCommmerce.com.
* Generate SSR data and submit it to WooCommerce.com.
*
* @since 7.8.0
* @param WP_REST_Request $request Full details about the request.