Skip to content

Commit 0a63be9

Browse files
ENGCOM-2357: [Backport] Fixed typo in SynonymGroupRepositoryInterface #16836
- Merge Pull Request #16836 from mage2pratik/magento2:2.1-develop-PR-port-16711 - Merged commits: 1. 15f72bf
2 parents 7d62c64 + 15f72bf commit 0a63be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Search/Api/SynonymGroupRepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function save(\Magento\Search\Api\Data\SynonymGroupInterface $synonymGrou
2828
public function delete(\Magento\Search\Api\Data\SynonymGroupInterface $synonymGroup);
2929

3030
/**
31-
* Return a paritcular synonym group interface instance based on passed in synonym group id
31+
* Return a particular synonym group interface instance based on passed in synonym group id
3232
*
3333
* @param int $synonymGroupId
3434
* @return \Magento\Search\Api\Data\SynonymGroupInterface

0 commit comments

Comments
 (0)