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:
parent
e40d91c279
commit
4318dac7ec
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
Comment: Fix typo (class-wc-rest-wccom-site-ssr-controller.php)
|
||||
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue