Skip to content

Commit dec2f5e

Browse files
justinlevifubhy
authored andcommitted
Fixing typo. (#853)
1 parent 6c5b054 commit dec2f5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/producers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ This particular resolver uses the `property_path` data producer that comes with
4141

4242
You can find a list of all Data Producers provided by the module inside `src/Plugin/GraphQL/DataProducer` folder.
4343

44-
The 4.x module leverages the advantages of custom schemas and data producers, where you can create your own API structure. In the 3.x module if you had a field named `field_article_creator` the API would expose this field as `fieldArticleCreator`. This means that the API consumer needs to have knowlegdge about how Drupal structures its data internally.
44+
The 4.x module leverages the advantages of custom schemas and data producers, where you can create your own API structure. In the 3.x module if you had a field named `field_article_creator` the API would expose this field as `fieldArticleCreator`. This means that the API consumer needs to have knowledge about how Drupal structures its data internally.
4545
In the 4.x module you can (and also need to) define your own custom schemas (and data producers) and therefore create your own structure so that someone that uses the API does not need to know how Drupal structures the data.

0 commit comments

Comments
 (0)