From f31013104bd9eba3cbaa37b851299589e480f313 Mon Sep 17 00:00:00 2001 From: LennarX Date: Mon, 28 Apr 2025 18:19:06 +0200 Subject: [PATCH] docs(algolia): rename instructed filename to fit (#12300) The instructed filename now is the same as in the code-block below (`algolia-sync.ts`) and the instructions don't have naming conflicts (see next step which is instructing to create a file named `product-sync.ts`). --- www/apps/resources/app/integrations/guides/algolia/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/resources/app/integrations/guides/algolia/page.mdx b/www/apps/resources/app/integrations/guides/algolia/page.mdx index e8878ab997..ce6a12c363 100644 --- a/www/apps/resources/app/integrations/guides/algolia/page.mdx +++ b/www/apps/resources/app/integrations/guides/algolia/page.mdx @@ -588,7 +588,7 @@ Learn more about subscribers in the [Events and Subscribers documentation](!docs -You create a subscriber in a TypeScript or JavaScript file under the `src/subscribers` directory. So, to create the subscriber that listens to the `algolia.sync` event, create the file `src/subscribers/products-sync.ts` with the following content: +You create a subscriber in a TypeScript or JavaScript file under the `src/subscribers` directory. So, to create the subscriber that listens to the `algolia.sync` event, create the file `src/subscribers/algolia-sync.ts` with the following content: ```ts title="src/subscribers/algolia-sync.ts" import {