Skip to content

Commit eb24fe8

Browse files
authored
Update state-providers.md (#1542)
typo on data provider -> state provider
1 parent dd24806 commit eb24fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ retrieve data for a given resource will be used.
1313

1414
To do so you need to implement the `ApiPlatform\State\ProviderInterface`.
1515

16-
In the following examples we will create custom data providers for an entity class called `App\Entity\BlogPost`.
16+
In the following examples we will create custom state providers for an entity class called `App\Entity\BlogPost`.
1717
Note, that if your entity is not Doctrine-related, you need to flag the identifier property by using
1818
`#[ApiProperty(identifier: true)` for things to work properly (see also [Entity Identifier Case](serialization.md#entity-identifier-case)).
1919

0 commit comments

Comments
 (0)