Skip to content

Commit 14dec92

Browse files
nealio82dunglas
authored andcommitted
Update data-providers.md
fix typo `wich` to `which` and make the enclosing sentence read a little more naturally
1 parent d4498f2 commit 14dec92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/data-providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ services:
6565
```
6666
6767
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`
68+
register and use this data provider. The optional attribute `priority` allows to define the order in which the
69+
data providers are called. The first data provider not throwing a `ApiPlatform\Core\Exception\ResourceClassNotSupportedException`
7070
will be used.
7171

7272
## Custom Item Data Provider

0 commit comments

Comments
 (0)