Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsodomsky committed Sep 7, 2023
1 parent febb3e7 commit a4f20cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a4f20cb

Please sign in to comment.