Skip to content

Commit e1ad19f

Browse files
rsill-neo4jmjfwebb
andauthored
Apply suggestions from code review
Co-authored-by: Michael Webb <28074382+mjfwebb@users.noreply.github.com>
1 parent a6b4730 commit e1ad19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/mutations/create.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ mutation {
6565
}
6666
----
6767

68-
This creates a `User` with name "John Doe".
68+
This creates a `User` with the name "John Doe".
6969
The name and the autogenerated ID are returned.
7070

7171
== Nested `create`
7272

73-
You can create a `User` and his initial `Post` at once by executing the following:
73+
You can create a `User` and their initial `Post` at once by executing the following:
7474

7575
[source, graphql, indent=0]
7676
----

0 commit comments

Comments
 (0)