From db551474230bebddd3c252863dd3587653ca97fe Mon Sep 17 00:00:00 2001 From: Matt Sodomsky Date: Thu, 21 Nov 2024 12:24:35 -0600 Subject: [PATCH] fix --- docs/README.md | 12 ++++++------ .../README.md | 6 +++--- .../script.liquid | 0 ...emonstration-add-new-orders-to-google-sheet.json} | 0 4 files changed, 9 insertions(+), 9 deletions(-) rename docs/{demonstration-add-new-orders-to-goole-sheet => demonstration-add-new-orders-to-google-sheet}/README.md (88%) rename docs/{demonstration-add-new-orders-to-goole-sheet => demonstration-add-new-orders-to-google-sheet}/script.liquid (100%) rename tasks/{demonstration-add-new-orders-to-goole-sheet.json => demonstration-add-new-orders-to-google-sheet.json} (100%) diff --git a/docs/README.md b/docs/README.md index babf2f09..63dd0b15 100644 --- a/docs/README.md +++ b/docs/README.md @@ -190,7 +190,7 @@ This directory is built automatically. Each task's documentation is generated fr * [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) * [Demonstration, Tutorial: Fetch data from a shared Google sheet](./demonstration-fetch-data-from-a-shared-google-sheet) -* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-goole-sheet) +* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-google-sheet) * [Demonstration: Auto-tag new orders, with scheduled reconciliation](./demonstration-auto-tag-new-orders-with-reconciliation) * [Demonstration: Fetch an external configuration file](./demonstration-fetch-an-external-configuration-file) * [Demonstration: Fulfillment order move](./demonstration-fulfillment-order-move) @@ -771,7 +771,7 @@ This directory is built automatically. Each task's documentation is generated fr ### Demonstration * [Demonstration, Tutorial: Fetch data from a shared Google sheet](./demonstration-fetch-data-from-a-shared-google-sheet) -* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-goole-sheet) +* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-google-sheet) * [Demonstration: Auto-tag new orders, with scheduled reconciliation](./demonstration-auto-tag-new-orders-with-reconciliation) * [Demonstration: Fetch an external configuration file](./demonstration-fetch-an-external-configuration-file) * [Demonstration: Fulfillment order move](./demonstration-fulfillment-order-move) @@ -922,7 +922,7 @@ This directory is built automatically. Each task's documentation is generated fr ### Files -* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-goole-sheet) +* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-google-sheet) * [Demonstration: Generating a file and uploading it to Shopify](./demonstration-generate-a-file-and-upload-to-shopify) * [Demonstration: Upload files to Google Drive](./demonstration-upload-files-to-google-drive) * [Demonstration: Web fonts in PDFs](./demonstration-web-fonts-in-pdfs) @@ -967,7 +967,7 @@ This directory is built automatically. Each task's documentation is generated fr ### Google Sheets -* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-goole-sheet) +* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-google-sheet) ### HTTP @@ -1258,7 +1258,7 @@ This directory is built automatically. Each task's documentation is generated fr * [Copy prefixed tags to metafields](./copy-prefixed-tags-to-metafields) * [Credit customers for sample orders](./credit-customers-for-sample-orders) * [Delete cancelled orders after 48 hours](./delete-cancelled-orders-after-48-hours) -* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-goole-sheet) +* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-google-sheet) * [Demonstration: Auto-tag new orders, with scheduled reconciliation](./demonstration-auto-tag-new-orders-with-reconciliation) * [Demonstration: Order editing](./demonstration-order-editing) * [Download and email a file to a customer, when purchased](./download-and-email-a-file-to-a-customer-when-purchased) @@ -1666,7 +1666,7 @@ This directory is built automatically. Each task's documentation is generated fr ### Spreadsheets -* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-goole-sheet) +* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-google-sheet) ### Staff diff --git a/docs/demonstration-add-new-orders-to-goole-sheet/README.md b/docs/demonstration-add-new-orders-to-google-sheet/README.md similarity index 88% rename from docs/demonstration-add-new-orders-to-goole-sheet/README.md rename to docs/demonstration-add-new-orders-to-google-sheet/README.md index 5f5dc9c3..f115e3be 100644 --- a/docs/demonstration-add-new-orders-to-goole-sheet/README.md +++ b/docs/demonstration-add-new-orders-to-google-sheet/README.md @@ -4,8 +4,8 @@ Tags: Demonstration, Files, Google Sheets, Orders, Spreadsheets # Order Tracking with Google Sheets (Demonstration) -* View in the task library: [tasks.mechanic.dev/demonstration-add-new-orders-to-goole-sheet](https://tasks.mechanic.dev/demonstration-add-new-orders-to-goole-sheet) -* Task JSON, for direct import: [task.json](../../tasks/demonstration-add-new-orders-to-goole-sheet.json) +* View in the task library: [tasks.mechanic.dev/demonstration-add-new-orders-to-google-sheet](https://tasks.mechanic.dev/demonstration-add-new-orders-to-google-sheet) +* Task JSON, for direct import: [task.json](../../tasks/demonstration-add-new-orders-to-google-sheet.json) * Preview task code: [script.liquid](./script.liquid) ## Default options @@ -130,7 +130,7 @@ Use this task as a reference when building your own Google Sheets automations. ## Installing this task -Find this task [in the library at tasks.mechanic.dev](https://tasks.mechanic.dev/demonstration-add-new-orders-to-goole-sheet), and use the "Try this task" button. Or, import [this task's JSON export](../../tasks/demonstration-add-new-orders-to-goole-sheet.json) – see [Importing and exporting tasks](https://learn.mechanic.dev/core/tasks/import-and-export) to learn how imports work. +Find this task [in the library at tasks.mechanic.dev](https://tasks.mechanic.dev/demonstration-add-new-orders-to-google-sheet), and use the "Try this task" button. Or, import [this task's JSON export](../../tasks/demonstration-add-new-orders-to-google-sheet.json) – see [Importing and exporting tasks](https://learn.mechanic.dev/core/tasks/import-and-export) to learn how imports work. ## Contributions diff --git a/docs/demonstration-add-new-orders-to-goole-sheet/script.liquid b/docs/demonstration-add-new-orders-to-google-sheet/script.liquid similarity index 100% rename from docs/demonstration-add-new-orders-to-goole-sheet/script.liquid rename to docs/demonstration-add-new-orders-to-google-sheet/script.liquid diff --git a/tasks/demonstration-add-new-orders-to-goole-sheet.json b/tasks/demonstration-add-new-orders-to-google-sheet.json similarity index 100% rename from tasks/demonstration-add-new-orders-to-goole-sheet.json rename to tasks/demonstration-add-new-orders-to-google-sheet.json