Skip to content

Commit ecb8885

Browse files
authored
Merge pull request #329 from toby-griffiths/data-provider-readability-improvement
Improved specificity of sentence
2 parents e29e544 + 7a31174 commit ecb8885

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)