diff --git a/docs/pbc/all/search/202311.0/base-shop/third-party-integrations/integrate-algolia.md b/docs/pbc/all/search/202311.0/base-shop/third-party-integrations/integrate-algolia.md index 76df7a8b0c4..af4a2c7006e 100644 --- a/docs/pbc/all/search/202311.0/base-shop/third-party-integrations/integrate-algolia.md +++ b/docs/pbc/all/search/202311.0/base-shop/third-party-integrations/integrate-algolia.md @@ -480,7 +480,7 @@ If your project has project-speciific functionality where abstract or concrete p Examples of such functionality include: - A custom functionality in the Back Office - Custom data import -- Integration with some middleware when product or product-related data is updates in Spryker +- Integration with some middleware when product or product-related data is updated in Spryker Keep int mind, that to trigger custom events in Spryker you need to use `EventFacade::trigger('event-name', $payload)` or `EventFacade::triggerBulk('event-name', $payloads)` methods.