Skip to content

Commit 776148c

Browse files
Merge remote-tracking branch 'upstream/6.x' into _EQ
2 parents 5c39120 + 8c13f5f commit 776148c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/directives/database-mapping.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ await startStandaloneServer(server, {
161161
== `@relationship`
162162

163163
Relationships are represented by marking particular fields with a directive -- in this case, `@relationship`.
164-
It defines the relationship type in the database, as well as it's direction.
164+
It defines the relationship type in the database, as well as its direction.
165165

166166
The following type definitions add a second node type, `Actor`, and connect `Movie` and `Actor` via the `ACTED_IN` relationship:
167167

0 commit comments

Comments
 (0)