From 1e8db7d36b1bb4e710dc3b2c6659d9da18e7282b Mon Sep 17 00:00:00 2001 From: googleforcreators-bot <94923726+googleforcreators-bot@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:05:33 +0000 Subject: [PATCH] Update Product Schema --- packages/e2e-tests/src/specs/editor/shopping/schema.json | 2 +- tests/phpunit/integration/data/schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/e2e-tests/src/specs/editor/shopping/schema.json b/packages/e2e-tests/src/specs/editor/shopping/schema.json index a3414ff68ec1..a733503562a2 100644 --- a/packages/e2e-tests/src/specs/editor/shopping/schema.json +++ b/packages/e2e-tests/src/specs/editor/shopping/schema.json @@ -9,7 +9,7 @@ "type": "string" }, "productUrl": { - "description": "Links to the product's website, when the buy now button is clicked.", + "description": "Links to the product's website, whne the buy now button is clicked.", "type": "string", "$ref": "#/$defs/https" }, diff --git a/tests/phpunit/integration/data/schema.json b/tests/phpunit/integration/data/schema.json index a3414ff68ec1..a733503562a2 100644 --- a/tests/phpunit/integration/data/schema.json +++ b/tests/phpunit/integration/data/schema.json @@ -9,7 +9,7 @@ "type": "string" }, "productUrl": { - "description": "Links to the product's website, when the buy now button is clicked.", + "description": "Links to the product's website, whne the buy now button is clicked.", "type": "string", "$ref": "#/$defs/https" },