From a4f20cbdde240c20eaf0e65c28382858ef85e067 Mon Sep 17 00:00:00 2001 From: Matthew Sodomsky Date: Thu, 7 Sep 2023 12:14:51 -0500 Subject: [PATCH] fix a typo --- docs/README.md | 6 +++--- .../README.md | 2 +- ...ign-customiser-generated-products-older-than-x-days.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index e4782a60..bedb1009 100644 --- a/docs/README.md +++ b/docs/README.md @@ -177,7 +177,7 @@ This directory is built automatically. Each task's documentation is generated fr * [Delete customer metafields in bulk](./delete-customer-metafields-in-bulk) * [Delete draft orders older than 30 days](./delete-draft-orders-older-than-30-days) * [Delete draft orders](./delete-draft-orders) -* [Delete non-purchased Neon Sign Customiser app generated products older then X days](./delete-non-purchased-neon-sign-customiser-generated-products-older-than-x-days) +* [Delete non-purchased Neon Sign Customiser app generated products older than X days](./delete-non-purchased-neon-sign-customiser-generated-products-older-than-x-days) * [Delete product or product variant metafields in bulk](./delete-product-or-product-variant-metafields-in-bulk) * [Delete the oldest x products from a specific collection](./delete-the-oldest-x-products-from-a-specific-collection) * [Delete variants having a metafield date that has passed](./delete-variants-having-a-metafield-date-that-has-passed) @@ -718,7 +718,7 @@ This directory is built automatically. Each task's documentation is generated fr * [Delete cancelled orders after 48 hours](./delete-cancelled-orders-after-48-hours) * [Delete draft orders older than 30 days](./delete-draft-orders-older-than-30-days) * [Delete draft orders](./delete-draft-orders) -* [Delete non-purchased Neon Sign Customiser app generated products older then X days](./delete-non-purchased-neon-sign-customiser-generated-products-older-than-x-days) +* [Delete non-purchased Neon Sign Customiser app generated products older than X days](./delete-non-purchased-neon-sign-customiser-generated-products-older-than-x-days) * [Delete the oldest x products from a specific collection](./delete-the-oldest-x-products-from-a-specific-collection) * [Delete variants having a metafield date that has passed](./delete-variants-having-a-metafield-date-that-has-passed) @@ -1324,7 +1324,7 @@ This directory is built automatically. Each task's documentation is generated fr * [Copy product metafields to each product's tags](./copy-product-metafields-to-each-products-tags) * [Create a product inventory CSV feed](./create-a-product-inventory-feed) * [Delete all products](./delete-all-products) -* [Delete non-purchased Neon Sign Customiser app generated products older then X days](./delete-non-purchased-neon-sign-customiser-generated-products-older-than-x-days) +* [Delete non-purchased Neon Sign Customiser app generated products older than X days](./delete-non-purchased-neon-sign-customiser-generated-products-older-than-x-days) * [Delete product or product variant metafields in bulk](./delete-product-or-product-variant-metafields-in-bulk) * [Delete the oldest x products from a specific collection](./delete-the-oldest-x-products-from-a-specific-collection) * [Email a CSV export of products](./email-a-csv-export-of-products) diff --git a/docs/delete-non-purchased-neon-sign-customiser-generated-products-older-than-x-days/README.md b/docs/delete-non-purchased-neon-sign-customiser-generated-products-older-than-x-days/README.md index 22afa072..f532aa83 100644 --- a/docs/delete-non-purchased-neon-sign-customiser-generated-products-older-than-x-days/README.md +++ b/docs/delete-non-purchased-neon-sign-customiser-generated-products-older-than-x-days/README.md @@ -1,4 +1,4 @@ -# Delete non-purchased Neon Sign Customiser app generated products older then X days +# Delete non-purchased Neon Sign Customiser app generated products older than X days Tags: Delete, Products diff --git a/tasks/delete-non-purchased-neon-sign-customiser-generated-products-older-than-x-days.json b/tasks/delete-non-purchased-neon-sign-customiser-generated-products-older-than-x-days.json index 761b3cd2..c951fc52 100644 --- a/tasks/delete-non-purchased-neon-sign-customiser-generated-products-older-than-x-days.json +++ b/tasks/delete-non-purchased-neon-sign-customiser-generated-products-older-than-x-days.json @@ -1,7 +1,7 @@ { "docs": "Use this task to automatically delete non-purchased products created by [Neon Sign Customiser](https://apps.shopify.com/neon-product-customiser). Set the number of days old products should be before Mechanic deletes a product.\n\nTick the \"Test mode\" checkbox to verify which products will be deleted: after saving, use the \"Run task\" button to run the product scan, and you'll receive a list of products that Mechanic would have deleted in live mode. \n\nOnce you're ready, uncheck the \"Test mode\" box and check the \"Live mode\" box, save the task, then use \"Run task\" to permanently delete all matching products.\n\nCheck the run daily option to have the task run at 12AM daily.\n", "halt_action_run_sequence_on_error": false, - "name": "Delete non-purchased Neon Sign Customiser app generated products older then X days", + "name": "Delete non-purchased Neon Sign Customiser app generated products older than X days", "online_store_javascript": null, "options": { "products_must_be_x_number_of_days_old__number__required": "7",