We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4498f2 commit 14dec92Copy full SHA for 14dec92
core/data-providers.md
@@ -65,8 +65,8 @@ services:
65
```
66
67
Tagging the service with the tag `api_platform.collection_data_provider` will enable API Platform Core to automatically
68
-register and use this data provider. The optional attribute `priority` allows to define the order in wich are called the
69
-data providers. The first data provider not throwing a `ApiPlatform\Core\Exception\ResourceClassNotSupportedException`
+register and use this data provider. The optional attribute `priority` allows to define the order in which the
+data providers are called. The first data provider not throwing a `ApiPlatform\Core\Exception\ResourceClassNotSupportedException`
70
will be used.
71
72
## Custom Item Data Provider
0 commit comments