Skip to content

Commit 9e5fb48

Browse files
authored
Update modules/ROOT/pages/directives/database-mapping.adoc
1 parent a9d398f commit 9e5fb48

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)