Skip to content

Commit f963786

Browse files
committed
Fix typo
1 parent 015acf1 commit f963786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Repository/FeedRepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface FeedRepositoryInterface extends RepositoryInterface
1212
public function findOneByCode(string $code): ?FeedInterface;
1313

1414
/**
15-
* Returns all feed that are ready to be processed feeds
15+
* Returns all feeds that are ready to be processed feeds
1616
*
1717
* @return FeedInterface[]
1818
*/

0 commit comments

Comments
 (0)