Skip to content

Commit c4a77cd

Browse files
adriendupuismnocon
andauthored
Apply suggestions from code review
Co-authored-by: Marek Nocoń <[email protected]>
1 parent 34794db commit c4a77cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/update_and_migration/from_3.3/to_4.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ php bin/console ibexa:migrations:migrate
170170

171171
### GraphQL
172172

173-
Some property names has changed and your GraphQL queries need to be updated.
173+
Some GraphQL property names have changed. Adapt your queries according to the table below.
174174

175175
| 3.3 name | 4.0 name |
176176
|:-----------------------------|:--------------------------|
@@ -179,7 +179,7 @@ Some property names has changed and your GraphQL queries need to be updated.
179179
| `FolderContent` | `FolderItem` |
180180
| `<ContentType>Content` | `<ContentType>Item` |
181181

182-
Example of updated query
182+
Example of an updated query:
183183

184184
<table>
185185
<thead><tr><th scope="col">3.3</th><th scope="col">4.0</th></tr></thead>
@@ -213,7 +213,7 @@ Example of updated query
213213

214214
While revisiting GraphQL queries, you may consider the new feature `item`
215215
allowing to fetch a content item without knowing its content type.
216-
For more information, see [Get a content item](graphql_queries.md#get-a-content-item)
216+
For more information, see [Get a content item](graphql_queries.md#get-a-content-item).
217217

218218
### Back office customization
219219

0 commit comments

Comments
 (0)