diff --git a/.changeset/hot-mugs-tap.md b/.changeset/hot-mugs-tap.md new file mode 100644 index 0000000..7c685d7 --- /dev/null +++ b/.changeset/hot-mugs-tap.md @@ -0,0 +1,7 @@ +--- +"saleor-app-klaviyo": patch +"saleor-app-cms-v2": patch +"saleor-app-taxes": patch +--- + +Improved some text typos. diff --git a/apps/cms-v2/src/modules/providers/builder.io/builder-io-config-form.tsx b/apps/cms-v2/src/modules/providers/builder.io/builder-io-config-form.tsx index ac416d9..b9fb68b 100644 --- a/apps/cms-v2/src/modules/providers/builder.io/builder-io-config-form.tsx +++ b/apps/cms-v2/src/modules/providers/builder.io/builder-io-config-form.tsx @@ -125,7 +125,7 @@ const PureForm = ({ defaultValues, onSubmit, onDelete }: PureFormProps) => { size="small" control={control} name={`productVariantFieldsMapping.${saleorField}`} - label="Builer.io Field" + label="Builder.io Field" /> ))} @@ -209,7 +209,7 @@ const EditFormVariant = (props: { configId: string }) => { } if (data.type !== "builder.io") { - throw new Error("Trying to fill builer.io form with non builder.io data"); + throw new Error("Trying to fill builder.io form with non builder.io data"); } return ( diff --git a/apps/klaviyo/README.md b/apps/klaviyo/README.md index 9395af8..5d221ca 100644 --- a/apps/klaviyo/README.md +++ b/apps/klaviyo/README.md @@ -36,7 +36,7 @@ Klaviyo app is based on App Template - you can check it [here](https://github.co 3. Install app dependencies with `pnpm i` 4. Start dev server `pnpm dev` 5. To install app in your Saleor Instance and expose dev server to it, run in the separate terminal `saleor app tunnel` -6. Now you can access the app configuration at [your dashboard]/apps and click on [klavio] +6. Now you can access the app configuration at [your dashboard]/apps and click on [klaviyo] 7. Read how to connect the app with the Klaviyo [here](https://github.com/saleor/saleor-app-template) ### Local development without CLI diff --git a/apps/klaviyo/docs/connect-with-klaviyo.md b/apps/klaviyo/docs/connect-with-klaviyo.md index 9335558..34176db 100644 --- a/apps/klaviyo/docs/connect-with-klaviyo.md +++ b/apps/klaviyo/docs/connect-with-klaviyo.md @@ -1,4 +1,4 @@ -# How to connect your App with Klavio +# How to connect your App with Klaviyo ## Installation @@ -24,7 +24,7 @@ First and foremost, you need to perform an initial API call to Klaviyo, which wi Let's navigate to "Customers" and create the first, dummy customer. -Then, open Klavio [Metrics page](https://www.klaviyo.com/analytics/metrics). +Then, open Klaviyo [Metrics page](https://www.klaviyo.com/analytics/metrics). Your Metric should be visible on the list: diff --git a/apps/taxes/src/modules/avatax/order-cancelled/avatax-order-cancelled-adapter.ts b/apps/taxes/src/modules/avatax/order-cancelled/avatax-order-cancelled-adapter.ts index 016ece7..6895365 100644 --- a/apps/taxes/src/modules/avatax/order-cancelled/avatax-order-cancelled-adapter.ts +++ b/apps/taxes/src/modules/avatax/order-cancelled/avatax-order-cancelled-adapter.ts @@ -26,6 +26,6 @@ export class AvataxOrderCancelledAdapter implements WebhookAdapter