capitalize Woo.com when used in a sentence

Co-authored-by: Corey McKrill <916023+coreymckrill@users.noreply.github.com>
This commit is contained in:
Leif Singer 2023-11-10 13:50:09 +01:00 committed by Leif Singer
parent 8f901fa0e0
commit e4cae54e5a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class WC_WCCOM_Site_Installation_Step_Get_Product_Info implements WC_WCCOM_Site_
public function run() {
$product_id = $this->state->get_product_id();
// Get product info from woo.com.
// Get product info from Woo.com.
$request = WC_Helper_API::get(
add_query_arg(
array( 'product_id' => $product_id ),