Skip to content

Commit 5db7766

Browse files
Apply suggestions from code review
Co-authored-by: Richard Sill <[email protected]>
1 parent 745955d commit 5db7766

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -566,11 +566,11 @@ A warning is raised if you use a deprecated value.
566566
Aggregations on ID fields are now deprecated and will be removed in the future.
567567

568568

569-
=== Deprecated Aggregate operations
569+
=== Deprecated aggregation operations
570570

571-
Explicit Aggregate operations, both top level and nested, have been deprecated in favor of the fields `aggregate` inside Connection operations.
571+
Explicit aggregation operations, both top-level and nested, have been deprecated in favor of the `aggregate` field inside connection operations.
572572

573-
So, for example:
573+
For example:
574574

575575
[source, graphql, indent=0]
576576
----
@@ -584,7 +584,7 @@ query {
584584
}
585585
----
586586

587-
Is deprecated in favor of:
587+
The previous query is deprecated in favor of the following:
588588

589589
[source, graphql, indent=0]
590590
----
@@ -604,4 +604,4 @@ query {
604604
}
605605
----
606606

607-
Note that `count` now returns the explcit fields `nodes` and `edges`.
607+
Note that `count` now returns the explicit fields `nodes` and `edges`.

0 commit comments

Comments
 (0)