Skip to content

Commit cb22427

Browse files
committed
adjust/grammar-punctuation
1 parent cc6a11a commit cb22427

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

guides/plugins/plugins/storefront/howto/add-custom-sorting-product-listing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This event is available since Shopware 6.7.15.0.
101101
While possible, it is not recommended adding an individual sorting at runtime. If you just wish for your individual sorting to be not editable by users in the Administration, create a migration and set the parameter `locked` to be `true`.
102102
:::
103103

104-
Here's an example how your subscriber could look like:
104+
Here's an example of what your subscriber could look like:
105105

106106
```php
107107
// <plugin root>/src/Subscriber/ExampleListingSubscriber.php
@@ -148,4 +148,4 @@ class ExampleListingSubscriber implements EventSubscriberInterface
148148

149149
## Next steps
150150

151-
To [add a custom filter](./add-listing-filters.md) to your listing in the Storefront head over to the corresponding guide.
151+
To [add a custom filter](./add-listing-filters.md) to your listing in the Storefront, head over to the corresponding guide.

0 commit comments

Comments
 (0)