Skip to content

Commit 3d9c304

Browse files
authored
Fixed typo in event name
Fixed typo in event name, changed "catelog" to "catalog"
1 parent 38b2773 commit 3d9c304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public function getSearchableAttributes($backendType = null)
205205
$attributes = $productAttributes->getItems();
206206

207207
$this->eventManager->dispatch(
208-
'catelogsearch_searchable_attributes_load_after',
208+
'catalogsearch_searchable_attributes_load_after',
209209
['engine' => $this->engine, 'attributes' => $attributes]
210210
);
211211

0 commit comments

Comments
 (0)