Skip to content

Commit 7a31174

Browse files
Improved specificity of sentence
… & added missing 'and'
1 parent e29e544 commit 7a31174

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
@@ -103,8 +103,8 @@ final class BlogPostItemDataProvider implements ItemDataProviderInterface
103103

104104
If service autowiring and autoconfiguration are enabled (it's the case by default), you are done!
105105

106-
Otherwise, if you use a custom dependency injection configuration, you need to register the corresponding service add the
107-
`api_platform.item_data_provider` tag. As for collection data providers, the `priority` attribute can be used to order
106+
Otherwise, if you use a custom dependency injection configuration, you need to register the corresponding service and add the
107+
`api_platform.item_data_provider` tag to it. As for collection data providers, the `priority` attribute can be used to order
108108
providers.
109109

110110
```yaml

0 commit comments

Comments
 (0)