Skip to content

Commit 8d84414

Browse files
committed
Fix vale
[Ibexa.Wordy] Remove 'respectively' and list each option instead.
1 parent 594def0 commit 8d84414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content_management/images/add_image_asset_from_dam.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ To extend the DAM support built into [[= product_name =]], you must create a cus
9797
This class handles searching through Wikimedia Commons for images and fetching image assets.
9898

9999
In `src\Connector\Dam\Handler` folder, create the `WikimediaCommonsHandler.php` file that resembles the following example,
100-
which implements [`search()`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Connector-Dam-Handler-Handler.html#method_search) and [`fetchAsset()`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Connector-Dam-Handler-Handler.html#method_fetchAsset)
101-
functions to query the server for images and return asset objects, respectively:
100+
which implements [`search()`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Connector-Dam-Handler-Handler.html#method_search) to query the server
101+
and [`fetchAsset()`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Connector-Dam-Handler-Handler.html#method_fetchAsset) to return asset objects:
102102

103103
```php
104104
[[= include_file('code_samples/back_office/images/src/Connector/Dam/Handler/WikimediaCommonsHandler.php') =]]

0 commit comments

Comments
 (0)